greeting_templates
Записей: ~12
Колонки
| Колонка | Тип | Nullable | Default | Описание |
|---|---|---|---|---|
| id 🔑 | integer(32) | NOT NULL | nextval('greeting_templates... | |
| code | character varying(50) | NOT NULL | ||
| language | character varying(10) | NOT NULL | ||
| text | text | NOT NULL | ||
| audio_file | character varying(200) | NULL | ||
| created_at | timestamp without time zone | NULL | now() |
🔑 = Primary Key, → = Foreign Key
Индексы
| Имя | Определение |
|---|---|
| greeting_templates_pkey | CREATE UNIQUE INDEX greeting_templates_pkey ON public.greeting_templates USIN... |
| ix_greeting_templates_id | CREATE INDEX ix_greeting_templates_id ON public.greeting_templates USING btre... |
| uq_greeting_template_code_language | CREATE UNIQUE INDEX uq_greeting_template_code_language ON public.greeting_tem... |
Используется в
- route_greeting_blocks — через template_id