ALM Project Database Reference
td.ENTITY_ATTRIBUTES Table
Description
Attributes of an entity.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key EATT_ID

The ID of the attribute-entity pair.

The format is <CompanyName>.<ExtensionNamespace><EntityLogicalName>.<AttributeLogicalName>

varchar50   
 EATT_NAMEThe name of the attribute.varchar50   
 EATT_ENTITY_TABLEThe name of the table that contains the entity to which this attribute applies. For example: TEST, REQ, and so on.varchar40   
 EATT_DEFAULT_VALUEDefault value. Used if the attribute is not defined for an entity subtype.
varchar50  
Indexes
IndexDescriptionPrimaryUnique
ENTITY_ATTRIBUTES_PK 
See Also