sources
Колонки
| Колонка | Тип | Nullable | Default | Описание |
|---|---|---|---|---|
| id 🔑 | integer(32) | NOT NULL | nextval('sources_id_seq'::r... | |
| name | character varying(100) | NOT NULL | ||
| is_active | boolean | NOT NULL | true |
🔑 = Primary Key, → = Foreign Key
Индексы
| Имя | Определение |
|---|---|
| ix_sources_id | CREATE INDEX ix_sources_id ON public.sources USING btree (id) |
| sources_pkey | CREATE UNIQUE INDEX sources_pkey ON public.sources USING btree (id) |
Используется в
- appeals — через source_id