Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('setting_id_seq'::regclass) |
|
|
||
content | text | 2147483647 | √ | null |
|
|
||
lang | text | 2147483647 | √ | null |
|
|
||
name | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
setting_pkey | Primary key | Asc | id |
unique_settings | Must be unique | Asc | name |
Check Constraints
Constraint Name | Constraint |
---|---|
non_empty_lang | ((lang <> ''::text)) |