Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('serial.record_entry_id_seq'::regclass) |
|
|
|||||
| record | int8 | 19 | √ | null |
|
|
|||||
| owning_lib | int4 | 10 | 1 |
|
|
||||||
| creator | int4 | 10 | 1 |
|
|
||||||
| editor | int4 | 10 | 1 |
|
|
||||||
| source | int4 | 10 | √ | null |
|
|
|||||
| create_date | timestamptz | 35,6 | now() |
|
|
||||||
| edit_date | timestamptz | 35,6 | now() |
|
|
||||||
| active | bool | 1 | true |
|
|
||||||
| deleted | bool | 1 | false |
|
|
||||||
| marc | text | 2147483647 | √ | null |
|
|
|||||
| last_xact_id | text | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| record_entry_pkey | Primary key | Asc | id |
| serial_record_entry_creator_idx | Performance | Asc | creator |
| serial_record_entry_editor_idx | Performance | Asc | editor |
| serial_record_entry_owning_lib_idx | Performance | Asc/Asc | owning_lib + deleted |
| serial_record_entry_record_idx | Performance | Asc | record |
