Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
ad_window_id | numeric | 10 | null |
|
|
||||||
asp_level_id | numeric | 10 | null |
|
|
||||||
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 |
|
|
||||||
asp_window_id | numeric | 10 | null |
|
|
||||||
asp_window_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
asp_window_key | Primary key | Asc | asp_window_id |
asp_window_unq | Must be unique | Asc/Asc | asp_level_id + ad_window_id |
asp_window_uu_idx | Must be unique | Asc | asp_window_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
asp_window_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |