config.floating_group

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('config.floating_group_id_seq'::regclass)

name

text

No

manual

boolean

No

false

Primary Key

(id)

Unique Constraints

  • floating_group_name_key: (name)

Indexes

Index Method Definition

floating_group_pkey PK

btree

CREATE UNIQUE INDEX floating_group_pkey ON config.floating_group USING btree (id)

floating_group_name_key UNIQUE

btree

CREATE UNIQUE INDEX floating_group_name_key ON config.floating_group USING btree (name)

Referenced By

The following tables have foreign keys pointing to config.floating_group (3 referencing table(s)):

Table Referencing Column(s) Referenced Column(s) Constraint

asset.copy

floating

id

asset_copy_floating_fkey

asset.copy_template

floating

id

asset_copy_template_floating_fkey

config.floating_group_member

floating_group

id

floating_group_member_floating_group_fkey