Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_assign_plugin_config_id_seq'::regclass) |
|
|
||||
| assignment | int8 | 19 | 0 |
|
|
|||||
| plugin | varchar | 28 | ''::character varying |
|
|
|||||
| subtype | varchar | 28 | ''::character varying |
|
|
|||||
| name | varchar | 28 | ''::character varying |
|
|
|||||
| value | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_assiplugconf_id_pk | Primary key | Asc | id |
| app_assiplugconf_ass_ix | Performance | Asc | assignment |
| app_assiplugconf_nam_ix | Performance | Asc | name |
| app_assiplugconf_plu_ix | Performance | Asc | plugin |
| app_assiplugconf_sub_ix | Performance | Asc | subtype |

