Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
ad_reference_id | numeric | 10 | null |
|
|
||||||
ad_ref_list_id | numeric | 10 | null |
|
|
||||||
asp_level_id | numeric | 10 | null |
|
|
||||||
asp_ref_list_id | numeric | 10 | null |
|
|
||||||
asp_ref_list_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
asp_status | bpchar | 1 | √ | 'U'::bpchar |
|
|
|||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | √ | 'Y'::bpchar |
|
|
|||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
asp_ref_list_key | Primary key | Asc | asp_ref_list_id |
asp_ref_list_unq | Must be unique | Asc/Asc | asp_level_id + ad_ref_list_id |
asp_ref_list_uu_idx | Must be unique | Asc | asp_ref_list_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
asp_ref_list_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |