ad_importtemplateaccess

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
ad_client_id numeric 10 NULL::numeric
ad_client.ad_client_id adclient_adimporttemplateacces R
ad_importtemplateaccess_id numeric 10 null
ad_importtemplateaccess_uu varchar 36 NULL::character varying
ad_importtemplate_id numeric 10 NULL::numeric
ad_importtemplate.ad_importtemplate_id adimporttemplate_adimporttempl R
ad_org_id numeric 10 NULL::numeric
ad_org.ad_org_id adorg_adimporttemplateaccess R
ad_role_id numeric 10 NULL::numeric
ad_role.ad_role_id adrole_adimporttemplateaccess R
created timestamp 29,6 statement_timestamp()
createdby numeric 10 NULL::numeric
ad_user.ad_user_id createdby_adimporttemplateacce R
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
ad_user.ad_user_id updatedby_adimporttemplateacce R

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])))

Relationships