Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
ad_package_uuid_map_id | numeric | 10 | null |
|
|
||||||
ad_package_uuid_map_uu | varchar | 36 | null |
|
|
||||||
ad_table_id | numeric | 10 | null |
|
|
||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
source_uuid | varchar | 36 | null |
|
|
||||||
target_uuid | varchar | 36 | null |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ad_package_uuid_map_key | Primary key | Asc | ad_package_uuid_map_id |
ad_package_uuid_map_ctst_idx | Must be unique | Asc/Asc/Asc/Asc | ad_client_id + ad_table_id + source_uuid + target_uuid |
ad_package_uuid_map_uu_idx | Must be unique | Asc | ad_package_uuid_map_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
ad_package_uuid_map_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |