Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | null |
|
|
||||||
| code | text | 2147483647 | null |
|
|
Код словаря (transport_companies, box_statuses, etc.) |
|||||
| name | text | 2147483647 | null |
|
|
Название словаря |
|||||
| description | text | 2147483647 | √ | null |
|
|
Описание словаря |
||||
| is_active | bool | 1 | null |
|
|
Активен ли словарь |
|||||
| 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_pkey | Primary key | Asc | id |
| ix_dictionary_code | Must be unique | Asc | code |
| ix_dictionary_is_active | Performance | Asc | is_active |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| chk_dictionary_code_format | (code ~ '^[a-z][a-z0-9_]*$'::text) |
