Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_role_id | numeric | 10 | null |
|
|
||||||
| ad_table_id | numeric | 10 | null |
|
|
||||||
| accesstyperule | bpchar | 1 | 'G'::bpchar |
|
|
||||||
| ad_client_id | numeric | 10 | null |
|
|
||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||
| isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| created | timestamp | 29,6 | now() |
|
|
||||||
| createdby | numeric | 10 | null |
|
|
||||||
| updatedby | numeric | 10 | null |
|
|
||||||
| updated | timestamp | 29,6 | now() |
|
|
||||||
| isreadonly | bpchar | 1 | 'N'::bpchar |
|
|
||||||
| iscanreport | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| iscanexport | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| isexclude | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| ad_table_access_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ad_table_access_pkey | Primary key | Asc/Asc/Asc | ad_role_id + ad_table_id + accesstyperule |
| ad_table_access_uu_idx | Must be unique | Asc | ad_table_access_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| ad_table_access_iscanreport_check | ((iscanreport = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| ad_table_access_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| ad_table_access_isexclude_check | ((isexclude = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| ad_table_access_iscanexport_check | ((iscanexport = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| ad_table_access_isreadonly_check | ((isreadonly = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |