Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
stop_work_order_rcpnt_id | int8 | 19 | null |
|
|
System generated sequence number to uniquely identify a STOP WORK ORDER RCPNT |
|||||
person_organization_id | int8 | 19 | null |
|
|
PERSON ORGANIZATION ID is the system generated unique identifier for PERSON ORGANIZATION. |
|||||
issue_id | int8 | 19 | null |
|
|
System generated sequence number to uniquely identify an ISSUE |
|||||
who_created | varchar | 32 | null |
|
|
WHO CREATED is the IDIR or Oracle userid of the person who created the record. |
|||||
when_created | timestamp | 29,6 | null |
|
|
WHEN CREATED is the date/time that the record was created. |
|||||
who_updated | varchar | 32 | √ | null |
|
|
WHO UPDATED is the IDIR or Oracle userid of the person who last updated the record. |
||||
when_updated | timestamp | 29,6 | √ | null |
|
|
WHEN UPDATED is the date/time that the record was last updated. |
||||
revision_count | int8 | 19 | 0 |
|
|
REVISION COUNT is used by Hibernate to control optimistic locking |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
oats_stop_work_order_rcpnts_pkey | Primary key | Asc | stop_work_order_rcpnt_id |
oats_stop_work_order_rcpnts_issue_id_person_organization_id_key | Must be unique | Asc/Asc | issue_id + person_organization_id |
oats_swor_issu_fk_i | Performance | Asc | issue_id |
oats_swor_pog_fk_i | Performance | Asc | person_organization_id |
oats_swor_uk | Must be unique | Asc/Asc | issue_id + person_organization_id |