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

suo_organizations

Записей: ~4

Колонки

Колонка Тип Nullable Default Описание
id 🔑 integer(32) NOT NULL nextval('suo_organizations_...
shared_org_id integer(32) NOT NULL
parent_id integer(32) NULL → suo_organizations(id)
is_visible boolean NOT NULL
sort_order integer(32) NOT NULL
created_at timestamp with time zone NULL now()
updated_at timestamp with time zone NULL now()

🔑 = Primary Key, → = Foreign Key

Индексы

Имя Определение
ix_suo_organizations_id CREATE INDEX ix_suo_organizations_id ON public.suo_organizations USING btree ...
suo_organizations_pkey CREATE UNIQUE INDEX suo_organizations_pkey ON public.suo_organizations USING ...
suo_organizations_shared_org_id_key CREATE UNIQUE INDEX suo_organizations_shared_org_id_key ON public.suo_organiz...

Foreign Keys

Колонка Ссылка на
parent_id suo_organizations(id)

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