Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_client_id | numeric | 10 | null |
|
|
||||||
| ad_column_id | numeric | 10 | √ | null |
|
|
|||||
| ad_org_id | numeric | 10 | null |
|
|
||||||
| 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 |
|
|
|||||
| ws_webservicefieldinput_id | numeric | 10 | null |
|
|
||||||
| ws_webservicetype_id | numeric | 10 | null |
|
|
||||||
| ad_reference_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| columnname | varchar | 40 | √ | null |
|
|
|||||
| identifierlogic | varchar | 2000 | √ | null |
|
|
|||||
| isidentifier | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
| isnullidentifier | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
| ws_webservicefieldinput_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
| ad_reference_value_id | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ws_webservicefieldinput_key | Primary key | Asc | ws_webservicefieldinput_id |
| ws_webservicefieldinput_uu_idx | Must be unique | Asc | ws_webservicefieldinput_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| ws_webservicefieldinput_isnullidentifier_check | ((isnullidentifier = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| ws_webservicefieldinput_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| ws_webservicefieldinput_isidentifier_check | ((isidentifier = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |