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

ps_aors

Записей: ~169

Колонки

Колонка Тип Nullable Default Описание
id 🔑 character varying(40) NOT NULL
max_contacts integer(32) NULL 1
remove_existing USER-DEFINED NULL 'yes'::yesno_values
minimum_expiration integer(32) NULL 60
default_expiration integer(32) NULL 3600
type character varying(20) NULL 'aor'::character varying
qualify_timeout double precision(53) NULL
tenant_id integer(32) NOT NULL → organizations(id)
qualify_frequency integer(32) NULL 60

🔑 = Primary Key, → = Foreign Key

Индексы

Имя Определение
idx_ps_aors_tenant CREATE INDEX idx_ps_aors_tenant ON public.ps_aors USING btree (tenant_id, id)
ps_aors_pkey CREATE UNIQUE INDEX ps_aors_pkey ON public.ps_aors USING btree (id)

Foreign Keys

Колонка Ссылка на
tenant_id organizations(id)