Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
c_countrygroupcountry_id | numeric | 10 | null |
|
|
||||||
c_countrygroupcountry_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
c_countrygroup_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
c_country_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
datefrom | timestamp | 29,6 | √ | null |
|
|
|||||
dateto | timestamp | 29,6 | √ | null |
|
|
|||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
c_countrygroupcountry_key | Primary key | Asc | c_countrygroupcountry_id |
c_countrygroupcountry_uu_idx | Must be unique | Asc | c_countrygroupcountry_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
c_countrygroupcountry_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |