Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_field_id | numeric | 10 | √ | null |
|
|
|||||
ad_form_id | numeric | 10 | √ | null |
|
|
|||||
ad_org_id | numeric | 10 | 0 |
|
|
||||||
ad_process_id | numeric | 10 | √ | null |
|
|
|||||
ad_process_para_id | numeric | 10 | √ | null |
|
|
|||||
ad_tab_id | numeric | 10 | √ | null |
|
|
|||||
ad_task_id | numeric | 10 | √ | null |
|
|
|||||
ad_wf_node_id | numeric | 10 | √ | null |
|
|
|||||
ad_window_id | numeric | 10 | √ | null |
|
|
|||||
ad_workflow_id | numeric | 10 | √ | null |
|
|
|||||
asp_clientexception_id | numeric | 10 | null |
|
|
||||||
asp_status | bpchar | 1 | 'U'::bpchar |
|
|
||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
asp_clientexception_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
asp_clientexception_key | Primary key | Asc | asp_clientexception_id |
asp_clientexception_unq | Must be unique | Asc | ad_client_id |
asp_clientexception_uu_idx | Must be unique | Asc | asp_clientexception_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
asp_clientexception_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |