Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_client_id | numeric | 10 | null |
|
|
||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||
| ad_rule_id | numeric | 10 | null |
|
|
||||||
| ad_table_id | numeric | 10 | null |
|
|
||||||
| ad_table_scriptvalidator_id | numeric | 10 | null |
|
|
||||||
| created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| createdby | numeric | 10 | null |
|
|
||||||
| eventmodelvalidator | varchar | 4 | null |
|
|
||||||
| isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| seqno | numeric | 10 | 0 |
|
|
||||||
| updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| updatedby | numeric | 10 | null |
|
|
||||||
| ad_table_scriptvalidator_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ad_table_scriptvalidator_key | Primary key | Asc | ad_table_scriptvalidator_id |
| ad_table_scriptvalidato_uu_idx | Must be unique | Asc | ad_table_scriptvalidator_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| ad_table_scriptvalidator_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |