Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
k_indexstop_id | numeric | 10 | null |
|
|
||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
created | timestamp | 29,6 | now() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | now() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
keyword | varchar | 255 | null |
|
|
||||||
ismanual | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
cm_webproject_id | numeric | 10 | √ | null |
|
|
|||||
r_requesttype_id | numeric | 10 | √ | null |
|
|
|||||
c_doctype_id | numeric | 10 | √ | null |
|
|
|||||
k_indexstop_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
k_indexstop_pkey | Primary key | Asc | k_indexstop_id |
k_indexstop_keyword | Performance | Asc/Asc | ad_client_id + keyword |
k_indexstop_uu_idx | Must be unique | Asc | k_indexstop_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
k_indexstop_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
k_indexstop_ismanual_check | ((ismanual = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |