Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('Insights.mis_plugin_id_seq'::regclass) |
|
|
|||||
name | varchar | 300 | null |
|
|
||||||
storefront_id | int4 | 10 | null |
|
|
||||||
is_enabled | bool | 1 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_mis_plugin | Primary key | Asc | id |
ixmis_plugin_storefront_id | Performance | Asc | storefront_id |