Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | null |
|
|
||||||
| dictionary_id | uuid | 2147483647 | null |
|
|
ID словаря |
|||||
| parent_id | uuid | 2147483647 | √ | null |
|
|
ID родительского элемента (для вложенности) |
||||
| code | text | 2147483647 | null |
|
|
Код элемента (cdek, russian_post, etc.) |
|||||
| name | text | 2147483647 | null |
|
|
Название элемента |
|||||
| description | text | 2147483647 | √ | null |
|
|
Описание элемента |
||||
| sort_order | int4 | 10 | null |
|
|
Порядок сортировки |
|||||
| is_active | bool | 1 | null |
|
|
Активен ли элемент |
|||||
| icon | text | 2147483647 | √ | null |
|
|
Иконка элемента (emoji или URL) |
||||
| color | text | 2147483647 | √ | null |
|
|
Цвет элемента (hex) |
||||
| extra_data | jsonb | 2147483647 | √ | null |
|
|
Дополнительные данные элемента (JSONB) |
||||
| created_at | timestamptz | 35,6 | null |
|
|
||||||
| updated_at | timestamptz | 35,6 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| dictionary_item_pkey | Primary key | Asc | id |
| ix_dictionary_item_dictionary_code | Must be unique | Asc/Asc | dictionary_id + code |
| ix_dictionary_item_dictionary_id | Performance | Asc | dictionary_id |
| ix_dictionary_item_is_active | Performance | Asc | is_active |
| ix_dictionary_item_parent_id | Performance | Asc | parent_id |
| ix_dictionary_item_sort | Performance | Asc/Asc | dictionary_id + sort_order |
| ix_dictionary_item_sort_order | Performance | Asc | sort_order |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| chk_dictionary_item_code_format | (code ~ '^[a-z][a-z0-9_]*$'::text) |
