Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
ad_importtemplateaccess_id | numeric | 10 | null |
|
|
||||||
ad_importtemplateaccess_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
ad_importtemplate_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
ad_org_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
ad_role_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | √ | NULL::numeric |
|
|
|||||
isactive | bpchar | 1 | √ | 'Y'::bpchar |
|
|
|||||
isallowinsert | bpchar | 1 | √ | 'Y'::bpchar |
|
|
|||||
isallowmerge | bpchar | 1 | √ | 'Y'::bpchar |
|
|
|||||
isallowupdate | bpchar | 1 | √ | 'Y'::bpchar |
|
|
|||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ad_importtemplateaccess_key | Primary key | Asc | ad_importtemplateaccess_id |
ad_importtemplateaccess_uu_idx | Must be unique | Asc | ad_importtemplateaccess_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
ad_importtemplateaccess_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
ad_importtemplateaccess_isallowupdate_check | ((isallowupdate = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
ad_importtemplateaccess_isallowinsert_check | ((isallowinsert = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
ad_importtemplateaccess_isallowmerge_check | ((isallowmerge = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |