Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('oc_ex_ui_states_id_seq'::regclass) |
|
|
||
| appid | varchar | 32 | null |
|
|
|||
| type | varchar | 16 | null |
|
|
|||
| name | varchar | 32 | null |
|
|
|||
| key | varchar | 64 | null |
|
|
|||
| value | json | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| oc_ex_ui_states_pkey | Primary key | Asc | id |
| ui_state__idx | Must be unique | Asc/Asc/Asc/Asc | appid + type + name + key |