Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_client_id | numeric | 10 | null |
|
|
||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||
| ad_role_id | numeric | 10 | 0 |
|
|
||||||
| ad_user_id | numeric | 10 | 0 |
|
|
||||||
| columnno | numeric | 10 | √ | 1 |
|
|
|||||
| created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| createdby | numeric | 10 | null |
|
|
||||||
| isactive | bpchar | 1 | null |
|
|
||||||
| iscollapsedbydefault | bpchar | 1 | 'N'::bpchar |
|
|
||||||
| isshowindashboard | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| line | numeric | 0 | √ | null |
|
|
|||||
| pa_dashboardcontent_id | numeric | 10 | null |
|
|
||||||
| pa_dashboardpreference_id | numeric | 10 | null |
|
|
||||||
| updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| updatedby | numeric | 10 | null |
|
|
||||||
| pa_dashboardpreference_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
| flexgrow | numeric | 10 | '1'::numeric |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pa_dashboardpreference_key | Primary key | Asc | pa_dashboardpreference_id |
| pa_dashboardpreference_uu_idx | Must be unique | Asc | pa_dashboardpreference_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| pa_dashboardpreference_iscollapsedbydefault_check | ((iscollapsedbydefault = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| pa_dashboardpreference_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| pa_dashboardpreference_isshowindashboard_check | ((isshowindashboard = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |