config.circ_matrix_weights

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('config.circ_matrix_weights_id_seq'::regclass)

name

text

No

org_unit

numeric(6,2)

No

grp

numeric(6,2)

No

circ_modifier

numeric(6,2)

No

copy_location

numeric(6,2)

No

marc_type

numeric(6,2)

No

marc_form

numeric(6,2)

No

marc_bib_level

numeric(6,2)

No

marc_vr_format

numeric(6,2)

No

copy_circ_lib

numeric(6,2)

No

copy_owning_lib

numeric(6,2)

No

user_home_ou

numeric(6,2)

No

ref_flag

numeric(6,2)

No

juvenile_flag

numeric(6,2)

No

is_renewal

numeric(6,2)

No

usr_age_lower_bound

numeric(6,2)

No

usr_age_upper_bound

numeric(6,2)

No

item_age

numeric(6,2)

No

Primary Key

(id)

Unique Constraints

  • circ_matrix_weights_name_key: (name)

Indexes

Index Method Definition

circ_matrix_weights_pkey PK

btree

CREATE UNIQUE INDEX circ_matrix_weights_pkey ON config.circ_matrix_weights USING btree (id)

circ_matrix_weights_name_key UNIQUE

btree

CREATE UNIQUE INDEX circ_matrix_weights_name_key ON config.circ_matrix_weights USING btree (name)

Referenced By

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

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

config.weight_assoc

circ_weights

id

weight_assoc_circ_weights_fkey