Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_config_id_seq'::regclass) |
|
|
||
| name | varchar | 255 | ''::character varying |
|
|
|||
| value | text | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_conf_id_pk | Primary key | Asc | id |
| app_conf_nam_uix | Must be unique | Asc | name |
