Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('Insights.category_id_seq'::regclass) |
|
|
||||||||
name | text | 2147483647 | √ | null |
|
|
||||||||
short_description | text | 2147483647 | √ | null |
|
|
||||||||
parent_category_id | int4 | 10 | √ | null |
|
|
||||||||
storefront_id | int4 | 10 | null |
|
|
|||||||||
status | text | 2147483647 | √ | null |
|
|
||||||||
external_ref | uuid | 2147483647 | null |
|
|
|||||||||
source_id | int4 | 10 | null |
|
|
|||||||||
uid | varchar | 200 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_category | Primary key | Asc | id |
ixcategory_parent_category_id | Performance | Asc | parent_category_id |
ixcategory_storefront_id | Performance | Asc | storefront_id |