Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | NULL::numeric |
|
|
||||||
ad_column_id | numeric | 10 | √ | null |
|
|
|||||
ad_org_id | numeric | 10 | NULL::numeric |
|
|
||||||
ad_searchdefinition_id | numeric | 10 | null |
|
|
||||||
ad_table_id | numeric | 10 | null |
|
|
||||||
ad_window_id | numeric | 10 | null |
|
|
||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | √ | null |
|
|
|||||
datatype | varchar | 1 | null |
|
|
||||||
description | varchar | 255 | √ | null |
|
|
|||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
name | varchar | 60 | √ | null |
|
|
|||||
query | varchar | 2000 | √ | null |
|
|
|||||
searchtype | varchar | 1 | null |
|
|
||||||
transactioncode | varchar | 8 | √ | null |
|
|
|||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
po_window_id | numeric | 10 | √ | null |
|
|
|||||
isdefault | bpchar | 1 | 'N'::bpchar |
|
|
||||||
ad_searchdefinition_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
entitytype | varchar | 40 | 'U'::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ad_searchdefinition_key | Primary key | Asc | ad_searchdefinition_id |
ad_searchdefinition_uu_idx | Must be unique | Asc | ad_searchdefinition_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
ad_searchdefinition_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
ad_searchdefinition_isdefault_check | ((isdefault = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |