Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_infoprocess_id | numeric | 10 | null |
|
|
||||||
ad_infoprocess_uu | varchar | 36 | null |
|
|
||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
imageurl | varchar | 120 | √ | NULL::character varying |
|
|
|||||
seqno | numeric | 10 | null |
|
|
||||||
ad_process_id | numeric | 10 | null |
|
|
||||||
ad_infowindow_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
layouttype | varchar | 10 | 'B'::character varying |
|
|
||||||
displaylogic | varchar | 2000 | √ | NULL::character varying |
|
|
|||||
ad_infocolumn_id | numeric | 10 | √ | null |
|
|
|||||
entitytype | varchar | 40 | 'U'::character varying |
|
|
||||||
cof_enabledwithoutrecord | bpchar | 1 | √ | 'N'::bpchar |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ad_infoprocess_key | Primary key | Asc | ad_infoprocess_id |
ad_infoprocess_uu_idx | Must be unique | Asc | ad_infoprocess_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
ad_infoprocess_cof_enabledwithoutrecord_check | ((cof_enabledwithoutrecord = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
ad_infoprocess_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |