Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
import_record_id | INT | 10 | null |
|
|
the id given to the imported bib record (import_records.import_record_id) |
|||||
candidate_match_id | INT | 10 | null |
|
|
the biblio the imported record matches (biblio.biblionumber) |
|||||
score | INT | 10 | 0 |
|
|
the match score |
|||||
chosen | BIT | 0 | √ | null |
|
|
whether this match has been allowed or denied |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc/Asc | import_record_id + candidate_match_id |
record_score | Performance | Asc/Asc | import_record_id + score |