Details of cycles. A release can contain a number of cycles.
Column Name | Description | Datatype | Length | Allow Nulls | Default | |
---|---|---|---|---|---|---|
![]() | RCYC_ID | The record ID. | int | 4 | ||
RCYC_PARENT_ID | The RELEASES.REL_ID of the release to which the cycle belongs. | int | 4 | |||
RCYC_NAME | The cycle name. | varchar | 255 | |||
RCYC_VER_STAMP | The record version. | int | 4 | ![]() | ||
RCYC_START_DATE | The cycle start date. | datetime | 4 | ![]() | ||
RCYC_END_DATE | The cycle end date. | datetime | 4 | ![]() | ||
RCYC_DESCRIPTION | The cycle description. | varchar | 16 | ![]() | ||
RCYC_HAS_ATTACHMENTS | A value of Y indicates that the cycle has an attachment. | varchar | 1 | ![]() | ||
RCYC_USER_01 | User defined field. | varchar | 40 | ![]() |