asset_model_history
EntityType Dependent
Logical Entity Name asset_model_history
Definition
Note

asset_model_history Attributes
Attribute/Logical Rolename Domain Datatype NULL Definition
asset_org_site(PK)(FK) CHAR(16) NO
asset_id(PK)(FK) INTEGER NO
model_db_site(PK)(FK) CHAR(16) NO
model_db_id(PK)(FK) INTEGER NO
model_id(PK)(FK) INTEGER NO
gmt_start DATETIME NO
gmt_end DATETIME YES
user_tag_ident VARCHAR(254) YES
name VARCHAR(254) YES
gmt_last_updated DATETIME YES
last_upd_db_site(FK) CHAR(16) YES
last_upd_db_id(FK) INTEGER YES
rstat_type_code(FK) SMALLINT YES

asset_model_history Keys
Key Name Key Type Keys
PK__asset_model_hist__70099B30 PrimaryKey asset_org_site,asset_id,model_db_site,model_db_id,model_id

asset_model_history Relationships
Parent Entity Child Entity Type Foreign Keys
asset asset_model_history Identifying asset_org_site,asset_id
model asset_model_history Identifying model_db_site,model_db_id,model_id
site_database asset_model_history Non-Identifying last_upd_db_site,last_upd_db_id
row_status_type asset_model_history Non-Identifying rstat_type_code