Перейти к содержанию

response_methods

Колонки

Колонка Тип Nullable Default Описание
id 🔑 integer(32) NOT NULL nextval('response_methods_i...
name character varying(100) NOT NULL
is_active boolean NOT NULL true

🔑 = Primary Key, → = Foreign Key

Индексы

Имя Определение
ix_response_methods_id CREATE INDEX ix_response_methods_id ON public.response_methods USING btree (id)
response_methods_pkey CREATE UNIQUE INDEX response_methods_pkey ON public.response_methods USING bt...

Используется в

  • appeals — через response_method_id