portfolio_instance table columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
 |  | ||||||||||
| plugin | VARCHAR | 50 |  |  | fk to plugin | |||||||||||
| name | VARCHAR | 255 |  |  | name of plugin instance | |||||||||||
| visible | BIT | 1 | 1 |  |  | whether this instance is visible or not | 
Table contained -1 rows
portfolio_instance table indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
