config.circ_limit_group

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('config.circ_limit_group_id_seq'::regclass)

name

text

No

description

text

Yes

Primary Key

(id)

Unique Constraints

  • circ_limit_group_name_key: (name)

Indexes

Index Method Definition

circ_limit_group_pkey PK

btree

CREATE UNIQUE INDEX circ_limit_group_pkey ON config.circ_limit_group USING btree (id)

circ_limit_group_name_key UNIQUE

btree

CREATE UNIQUE INDEX circ_limit_group_name_key ON config.circ_limit_group USING btree (name)

Referenced By

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

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

action.circulation_limit_group_map

limit_group

id

circulation_limit_group_map_limit_group_fkey

config.circ_limit_set_group_map

limit_group

id

circ_limit_set_group_map_limit_group_fkey