Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('actor.usr_setting_id_seq'::regclass) |
|
|
|||||
| usr | int4 | 10 | null |
|
|
||||||
| name | text | 2147483647 | null |
|
|
||||||
| value | text | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| usr_setting_pkey | Primary key | Asc | id |
| actor_usr_setting_usr_idx | Performance | Asc | usr |
| usr_once_per_key | Must be unique | Asc/Asc | usr + name |
