Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('acq.lineitem_detail_id_seq'::regclass) |
|
|
|||||
| lineitem | int4 | 10 | null |
|
|
||||||
| fund | int4 | 10 | √ | null |
|
|
|||||
| fund_debit | int4 | 10 | √ | null |
|
|
|||||
| eg_copy_id | int8 | 19 | √ | null |
|
|
|||||
| barcode | text | 2147483647 | √ | null |
|
|
|||||
| cn_label | text | 2147483647 | √ | null |
|
|
|||||
| note | text | 2147483647 | √ | null |
|
|
|||||
| collection_code | text | 2147483647 | √ | null |
|
|
|||||
| circ_modifier | text | 2147483647 | √ | null |
|
|
|||||
| owning_lib | int4 | 10 | √ | null |
|
|
|||||
| location | int4 | 10 | √ | null |
|
|
|||||
| recv_time | timestamptz | 35,6 | √ | null |
|
|
|||||
| receiver | int4 | 10 | √ | null |
|
|
|||||
| cancel_reason | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| lineitem_detail_pkey | Primary key | Asc | id |
| li_detail_li_idx | Performance | Asc | lineitem |
| lineitem_detail_fund_debit_idx | Performance | Asc | fund_debit |
