ALM Project Database Reference
td.QPM_MILESTONES Table
Description
Significant periods for quality measurements in the context of a RELEASE.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key MS_IDThe record ID.int4   
 MS_NAMEThe name of the item.varchar255   
 MS_DESCRIPTIONA free text description of this item.varchar16  
 MS_DUE_DATEThe end of the period in which measurements are applied to this milestone.datetime4   
 MS_START_DATEThe beginning of the period in which measurements are applied to this milestone.datetime4   
 MS_RELEASE_IDRELEASES.REL_IDint4   
 MS_HAS_ATTACHMENTSY if this item has attachments.varchar1  
 MS_VER_STAMPThe version number of this record.int4   
 MS_VTSThe version time stamp.varchar20   
 MS_USER_01User-defined field.varchar40  
Indexes
IndexDescriptionPrimaryUnique
MS_NAME_IDX  
MS_PARENT_ID_IDX   
MS_PRIMARYKEY 
Triggers
TriggerDescription
AUTR_27990060_QPM_MILESTONES 
Objects that depend on td.QPM_MILESTONES
 Database ObjectObject TypeDescriptionDep Level
AUTR_27990060_QPM_MILESTONES triggerAUTR_27990060_QPM_MILESTONESTrigger 1
Objects that td.QPM_MILESTONES depends on
 Database ObjectObject TypeDescriptionDep Level
td.AUDIT_LOG tabletd.AUDIT_LOGTableEvents on which history is recorded.1
td.AUDIT_PROPERTIES tabletd.AUDIT_PROPERTIESTableDetails of the changes recorded in the AUDIT_LOG table.1
See Also