Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('acq.user_request_id_seq'::regclass) |
|
|
|||||
usr | int4 | 10 | null |
|
|
||||||
hold | bool | 1 | true |
|
|
||||||
pickup_lib | int4 | 10 | null |
|
|
||||||
holdable_formats | text | 2147483647 | √ | null |
|
|
|||||
phone_notify | text | 2147483647 | √ | null |
|
|
|||||
email_notify | bool | 1 | true |
|
|
||||||
lineitem | int4 | 10 | √ | null |
|
|
|||||
eg_bib | int8 | 19 | √ | null |
|
|
|||||
request_date | timestamptz | 35,6 | now() |
|
|
||||||
need_before | timestamptz | 35,6 | √ | null |
|
|
|||||
max_fee | text | 2147483647 | √ | null |
|
|
|||||
request_type | int4 | 10 | null |
|
|
||||||
isxn | text | 2147483647 | √ | null |
|
|
|||||
upc | text | 2147483647 | √ | null |
|
|
|||||
title | text | 2147483647 | √ | null |
|
|
|||||
volume | text | 2147483647 | √ | null |
|
|
|||||
text | 2147483647 | √ | null |
|
|
||||||
article_title | text | 2147483647 | √ | null |
|
|
|||||
article_pages | text | 2147483647 | √ | null |
|
|
|||||
publisher | text | 2147483647 | √ | null |
|
|
|||||
location | text | 2147483647 | √ | null |
|
|
|||||
pubdate | text | 2147483647 | √ | null |
|
|
|||||
mentioned | text | 2147483647 | √ | null |
|
|
|||||
other_info | text | 2147483647 | √ | null |
|
|
|||||
cancel_reason | int4 | 10 | √ | null |
|
|
|||||
cancel_time | timestamptz | 35,6 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
user_request_pkey | Primary key | Asc | id |