Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_client_id | numeric | 10 | null |
|
|
||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||
| ad_tab_id | numeric | 10 | null |
|
|
||||||
| asp_status | bpchar | 1 | 'U'::bpchar |
|
|
||||||
| allfields | bpchar | 1 | √ | 'Y'::bpchar |
|
|
|||||
| created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| createdby | numeric | 10 | null |
|
|
||||||
| isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| processing | bpchar | 1 | √ | null |
|
|
|||||
| updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| updatedby | numeric | 10 | null |
|
|
||||||
| asp_tab_id | numeric | 10 | null |
|
|
||||||
| asp_window_id | numeric | 10 | √ | null |
|
|
|||||
| asp_tab_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| asp_tab_key | Primary key | Asc | asp_tab_id |
| asp_tab_unq | Must be unique | Asc/Asc | asp_window_id + ad_tab_id |
| asp_tab_uu_idx | Must be unique | Asc | asp_tab_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| asp_tab_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| asp_tab_allfields_check | ((allfields = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |