Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('action.usr_circ_history_id_seq'::regclass) |
|
|
|||||
| usr | int4 | 10 | null |
|
|
||||||
| xact_start | timestamptz | 35,6 | now() |
|
|
||||||
| target_copy | int8 | 19 | null |
|
|
||||||
| due_date | timestamptz | 35,6 | null |
|
|
||||||
| checkin_time | timestamptz | 35,6 | √ | null |
|
|
|||||
| source_circ | int8 | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| usr_circ_history_pkey | Primary key | Asc | id |
| action_usr_circ_history_source_circ_idx | Performance | Asc | source_circ |
| action_usr_circ_history_usr_idx | Performance | Asc | usr |
