WP_MILESTONES
This table stores the information about the tasks that are marked as milestone.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
KNTA_USERS |
USER_ID |
CREATED_BY |
|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
MILESTONE_ID |
NOT NULL |
NUMBER |
System-generated identifier |
|
VERSION |
NOT NULL |
NUMBER |
System-generated version for the entity. This column must not be updated manually |
|
AUTO_COMPLETE |
NULLABLE |
NUMBER |
Indicates whether the milestone becomes completed automatically when all its predecessors are completed |
|
MAJOR |
NULLABLE |
VARCHAR2(1) |
Indicates whether this milestone is a major milestone or not |
|
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
|
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
|
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
|
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
SYS_C005201605 |
UNIQUE |
1 |
MILESTONE_ID |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
WP_MILESTONES_S |
MILESTONE_ID |

