actor.org_lasso

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('actor.org_lasso_id_seq'::regclass)

name

text

Yes

global

boolean

No

false

opac_visible

boolean

No

true

Primary Key

(id)

Unique Constraints

  • org_lasso_name_key: (name)

Indexes

Index Method Definition

org_lasso_pkey PK

btree

CREATE UNIQUE INDEX org_lasso_pkey ON actor.org_lasso USING btree (id)

org_lasso_name_key UNIQUE

btree

CREATE UNIQUE INDEX org_lasso_name_key ON actor.org_lasso USING btree (name)

Referenced By

The following tables have foreign keys pointing to actor.org_lasso (10 referencing table(s)):

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

actor.org_lasso_map

lasso

id

org_lasso_map_lasso_fkey

config.circ_matrix_matchpoint

copy_circ_lasso

id

circ_matrix_matchpoint_copy_circ_lasso_fkey

config.circ_matrix_matchpoint

copy_owning_lasso

id

circ_matrix_matchpoint_copy_owning_lasso_fkey

config.circ_matrix_matchpoint

org_lasso

id

circ_matrix_matchpoint_org_lasso_fkey

config.circ_matrix_matchpoint

user_home_lasso

id

circ_matrix_matchpoint_user_home_lasso_fkey

config.hold_matrix_matchpoint

item_circ_lasso

id

hold_matrix_matchpoint_item_circ_lasso_fkey

config.hold_matrix_matchpoint

item_owning_lasso

id

hold_matrix_matchpoint_item_owning_lasso_fkey

config.hold_matrix_matchpoint

pickup_lasso

id

hold_matrix_matchpoint_pickup_lasso_fkey

config.hold_matrix_matchpoint

request_lasso

id

hold_matrix_matchpoint_request_lasso_fkey

config.hold_matrix_matchpoint

user_home_lasso

id

hold_matrix_matchpoint_user_home_lasso_fkey