config.settings_group ↑ config schema Columns Column Type Nullable Default Notes name PK text No label text No Primary Key (name) Unique Constraints settings_group_label_key: (label) Indexes Index Method Definition settings_group_pkey PK btree CREATE UNIQUE INDEX settings_group_pkey ON config.settings_group USING btree (name) settings_group_label_key UNIQUE btree CREATE UNIQUE INDEX settings_group_label_key ON config.settings_group USING btree (label) Referenced By The following tables have foreign keys pointing to config.settings_group (3 referencing table(s)): Table Referencing Column(s) Referenced Column(s) Constraint config.org_unit_setting_type grp name org_unit_setting_type_grp_fkey config.usr_setting_type grp name usr_setting_type_grp_fkey config.workstation_setting_type grp name workstation_setting_type_grp_fkey