Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | int4 | 10 | √ | null |
|
|
||||||||||||||
enabled | bool | 1 | false |
|
|
|||||||||||||||
name | text | 2147483647 | null |
|
|
|||||||||||||||
slug | text | 2147483647 | null |
|
|
|||||||||||||||
int4 | 10 | √ | null |
|
|
|||||||||||||||
int4 | 10 | √ | null |
|
|
|||||||||||||||
cover_image | int4 | 10 | √ | null |
|
|
||||||||||||||
icon | int4 | 10 | √ | null |
|
|
||||||||||||||
icon_sticker | int4 | 10 | √ | null |
|
|
||||||||||||||
id_group | int4 | 10 | √ | null |
|
|
||||||||||||||
id_community | int4 | 10 | null |
|
|
|||||||||||||||
created_at | timestamptz | 35,6 | √ | null |
|
|
||||||||||||||
updated_at | timestamptz | 35,6 | √ | null |
|
|
||||||||||||||
id_parent | int4 | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
category_pk | Primary key | Asc | id |
category_slug_unique | Must be unique | Asc/Asc | slug + id_community |