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) |
---|---|---|---|
unique_settings | Must be unique | Asc | name |
Check Constraints
Constraint Name | Constraint |
---|---|
non_empty_lang | ((lang <> ''::text)) |
Diagram producer might be missing
No diagrams were produced please see application output for any errors