Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('oc_profile_config_id_seq'::regclass) |
|
|
||
| user_id | varchar | 64 | null |
|
|
|||
| config | text | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| oc_profile_config_pkey | Primary key | Asc | id |
| profile_config_user_id_idx | Must be unique | Asc | user_id |