Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('action.non_cataloged_circulation_id_seq'::regclass) |
|
|
|||||
patron | int4 | 10 | null |
|
|
||||||
staff | int4 | 10 | null |
|
|
||||||
circ_lib | int4 | 10 | null |
|
|
||||||
item_type | int4 | 10 | null |
|
|
||||||
circ_time | timestamptz | 35,6 | now() |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
non_cataloged_circulation_pkey | Primary key | Asc | id |
action_non_cat_circ_patron_idx | Performance | Asc | patron |
action_non_cat_circ_staff_idx | Performance | Asc | staff |