Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| w_store_id | numeric | 10 | null |
|
|
||||||
| ad_language | varchar | 6 | 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 |
|
|
||||||
| istranslated | bpchar | 1 | 'N'::bpchar |
|
|
||||||
| webinfo | varchar | 2000 | √ | null |
|
|
|||||
| webparam1 | varchar | 2000 | √ | null |
|
|
|||||
| webparam2 | varchar | 2000 | √ | null |
|
|
|||||
| webparam3 | varchar | 2000 | √ | null |
|
|
|||||
| webparam4 | varchar | 2000 | √ | null |
|
|
|||||
| webparam5 | varchar | 2000 | √ | null |
|
|
|||||
| webparam6 | varchar | 2000 | √ | null |
|
|
|||||
| emailheader | varchar | 2000 | √ | null |
|
|
|||||
| varchar | 2000 | √ | null |
|
|
||||||
| w_store_trl_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| w_store_trl_pkey | Primary key | Asc/Asc | w_store_id + ad_language |
| w_store_trl_uu_idx | Must be unique | Asc | w_store_trl_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| w_store_trl_istranslated_check | ((istranslated = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| w_store_trl_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |