config.carousel_type

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('config.carousel_type_id_seq'::regclass)

name

text

No

automatic

boolean

No

true

filter_by_age

boolean

No

false

filter_by_copy_owning_lib

boolean

No

false

filter_by_copy_location

boolean

No

false

Primary Key

(id)

Indexes

Index Method Definition

carousel_type_pkey PK

btree

CREATE UNIQUE INDEX carousel_type_pkey ON config.carousel_type USING btree (id)

Referenced By

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

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

container.carousel

type

id

carousel_type_fkey