Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
person_organization_id | int8 | 19 | null |
|
|
PERSON ORGANIZATION ID is the system generated unique identifier for PERSON ORGANIZATION. |
|||||
address_id | int8 | 19 | null |
|
|
ADDRESS ID is the system generated unique identifier for ADDRESS |
|||||
address_type_cd | varchar | 10 | null |
|
|
ADDRESS TYPE CD is the unique identifier for ADDRESS TYPE |
|||||
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 updated the record. |
||||
when_updated | timestamp | 29,6 | √ | null |
|
|
WHEN UPDATED is the date/time that the record was updated. |
||||
revision_count | int8 | 19 | 0 |
|
|
REVISION COUNT is used by Hibernate to control optimistic locking |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
oats_person_org_addresses_pkey | Primary key | Asc/Asc | person_organization_id + address_id |
oats_pad_adr_fk_i | Performance | Asc | address_id |
oats_pad_atp_fk_i | Performance | Asc | address_type_cd |
oats_pad_pog_fk_i | Performance | Asc | person_organization_id |
oats_pad_sk1_i | Performance | Asc/Asc | person_organization_id + address_type_cd |