locale

0 rows


Description

Holds all locales

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int2 5 nextval('locale_id_seq'::regclass)

Unique ID

locale text 2147483647 null

The locale in format xx_XX

language text 2147483647 null

The 2 letter language code

active_01 bool 1 false

TRUE means this locale is active

position int2 5 null

The position of this locale

Indexes

Constraint Name Type Sort Column(s)
pk_locale_id Primary key Asc id
u_locale_locale Must be unique Asc locale

Relationships