ALM Project Database Reference
td.ENTITY_SUBTYPES Table
Description
Subtypes of standard entities.
Remarks
Descriptive IDs are used instead of simple record IDs because subtypes can be created by various tools and extensions. Since this can be done in any order, an ordinary record ID based on order of creation does not identify the subtype across projects or installations.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key EST_IDThe ID of the subtype.varchar100   
 EST_NAMEThe name of the subtype.varchar80   
 EST_ENTITY_TABLE_NAMEThe name of the table that contains the primary entity type. For example: TEST, REQ, and so on.varchar40   
Indexes
IndexDescriptionPrimaryUnique
ENTITY_SUBTYPES_PK 
See Also