Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
constantvalue | varchar | 2000 | √ | null |
|
|
|||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | √ | null |
|
|
|||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
parametername | varchar | 60 | √ | null |
|
|
|||||
parametertype | bpchar | 1 | null |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | √ | null |
|
|
|||||
ws_webservice_para_id | numeric | 10 | null |
|
|
||||||
ws_webservicetype_id | numeric | 10 | null |
|
|
||||||
ws_webservice_para_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ws_webservice_para_key | Primary key | Asc | ws_webservice_para_id |
ws_webservice_para_uu_idx | Must be unique | Asc | ws_webservice_para_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
ws_webservice_para_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |