Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_portfolio_instance_user_id_seq'::regclass) |
|
|
|||||
| instance | int8 | 19 | null |
|
|
||||||
| userid | int8 | 19 | null |
|
|
||||||
| name | varchar | 255 | ''::character varying |
|
|
||||||
| value | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_portinstuser_id_pk | Primary key | Asc | id |
| app_portinstuser_ins_ix | Performance | Asc | instance |
| app_portinstuser_use_ix | Performance | Asc | userid |

