HP ALM Database Reference
td.RELEASE_CYCLES Table

Description

Details of cycles. A release can contain a number of cycles.

Columns

 Column NameDescriptionDatatypeLengthAllow NullsDefault
Primary Key RCYC_IDThe record ID.int4  
 RCYC_PARENT_IDThe RELEASES.REL_ID of the release to which the cycle belongs.int4  
 RCYC_NAMEThe cycle name.varchar255  
 RCYC_VER_STAMPThe record version.int4 
 RCYC_START_DATEThe cycle start date.datetime4 
 RCYC_END_DATEThe cycle end date.datetime4 
 RCYC_DESCRIPTIONThe cycle description.varchar16 
 RCYC_HAS_ATTACHMENTSA value of Y indicates that the cycle has an attachment.varchar1 
 RCYC_USER_01User defined field.varchar40 

See Also