ALM Project Database Reference
td.ENVIRONMENTS Table
Description
Testing environments.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key ENV_IDThe record ID.int4   
 ENV_NAMEThe name of the item.varchar255  
 ENV_DESCRIPTIONA free text description of this item.varchar16  
 ENV_OSThe operating system.varchar70  
 ENV_BROWSERThe web browser.varchar70  
 ENV_HAS_ATTACHMENTSY if this item has attachments.varchar1  
 ENV_LOGICAL_NAMEA name, unique in the scope of this table, that refers to this record.varchar64   
 ENV_USER_01User-defined field.varchar40  
Indexes
IndexDescriptionPrimaryUnique
ENVIRONMENTS_PK 
ENVIRONMENTS_UNIQUE_L_NAME  
Triggers
TriggerDescription
AUTR_345769792_ENVIRONMENTS 
Objects that depend on td.ENVIRONMENTS
 Database ObjectObject TypeDescriptionDep Level
AUTR_345769792_ENVIRONMENTS triggerAUTR_345769792_ENVIRONMENTSTrigger 1
AUTR_363696399_TESTCYCL triggerAUTR_363696399_TESTCYCLTrigger 2
AUTR64594118_CYCLE triggerAUTR64594118_CYCLETrigger 2
AUTR66132_BUG triggerAUTR66132_BUGTrigger 2
td.BUG tabletd.BUGTableInformation about defects.1
td.CYCLE tabletd.CYCLETableTest sets.1
MVTR_BUG triggerMVTR_BUGTrigger 2
td.TESTCYCL tabletd.TESTCYCLTableInstances of design tests in test sets.1
td.V_TESTSET_REQ_COVER viewtd.V_TESTSET_REQ_COVERView 2
Objects that td.ENVIRONMENTS 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