config.identification_type

Types of valid patron identification.

Each patron must display at least one valid form of identification in order to get a library card. This table lists those forms.

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('config.identification_type_id_seq'::regclass)

name

text

No

Primary Key

(id)

Unique Constraints

  • identification_type_name_key: (name)

Indexes

Index Method Definition

identification_type_pkey PK

btree

CREATE UNIQUE INDEX identification_type_pkey ON config.identification_type USING btree (id)

identification_type_name_key UNIQUE

btree

CREATE UNIQUE INDEX identification_type_name_key ON config.identification_type USING btree (name)

Referenced By

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

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

actor.usr

ident_type

id

usr_ident_type_fkey

actor.usr

ident_type2

id

usr_ident_type2_fkey