Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('biblio.peer_bib_copy_map_id_seq'::regclass) |
|
|
|||||
| peer_type | int4 | 10 | null |
|
|
||||||
| peer_record | int8 | 19 | null |
|
|
||||||
| target_copy | int8 | 19 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| peer_bib_copy_map_pkey | Primary key | Asc | id |
| peer_bib_copy_map_copy_idx | Performance | Asc | target_copy |
| peer_bib_copy_map_record_idx | Performance | Asc | peer_record |
