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

suo_organization_settings

Записей: ~2

Колонки

Колонка Тип Nullable Default Описание
id 🔑 integer(32) NOT NULL nextval('suo_organization_s...
organization_id integer(32) NOT NULL → suo_organizations(id)
classifier_id integer(32) NULL → cls_classifiers(id)
caller_summary_prompt text NULL
operator_summary_prompt text NULL
created_at timestamp with time zone NULL now()
updated_at timestamp with time zone NULL now()

🔑 = Primary Key, → = Foreign Key

Индексы

Имя Определение
ix_suo_organization_settings_id CREATE INDEX ix_suo_organization_settings_id ON public.suo_organization_setti...
suo_organization_settings_organization_id_key CREATE UNIQUE INDEX suo_organization_settings_organization_id_key ON public.s...
suo_organization_settings_pkey CREATE UNIQUE INDEX suo_organization_settings_pkey ON public.suo_organization...

Foreign Keys

Колонка Ссылка на
classifier_id cls_classifiers(id)
organization_id suo_organizations(id)