work_order_for_sg_event
EntityType Dependent
Logical Entity Name work_order_for_sg_event
Definition
Note

work_order_for_sg_event Attributes
Attribute/Logical Rolename Domain Datatype NULL Definition
work_order_db_site(PK)(FK) CHAR(16) NO
work_order_db_id(PK)(FK) INTEGER NO
work_order_id(PK)(FK) INTEGER NO
ev_segment_site(PK)(FK) CHAR(16) NO
ev_segment_id(PK)(FK) INTEGER NO
ev_db_site(PK)(FK) CHAR(16) NO
ev_db_id(PK)(FK) INTEGER NO
event_type_code(PK)(FK) INTEGER NO
gmt_event_start(PK)(FK) DATETIME NO
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

work_order_for_sg_event Keys
Key Name Key Type Keys
PK__work_order_for_s__3B2BBE9D PrimaryKey work_order_db_site,work_order_db_id,work_order_id,ev_segment_site,ev_segment_id,ev_db_site,ev_db_id,event_type_code,gmt_event_start

work_order_for_sg_event Relationships
Parent Entity Child Entity Type Foreign Keys
work_order work_order_for_sg_event Identifying work_order_db_site,work_order_db_id,work_order_id
segment_event work_order_for_sg_event Identifying ev_segment_site,ev_segment_id,ev_db_site,ev_db_id,event_type_code,gmt_event_start
site_database work_order_for_sg_event Non-Identifying last_upd_db_site,last_upd_db_id
row_status_type work_order_for_sg_event Non-Identifying rstat_type_code