Koha::Schema::Result::ImportRecordMatch
import_record_matches
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
the id given to the imported bib record (import_records.import_record_id)
data_type: 'integer' is_nullable: 0
the biblio the imported record matches (biblio.biblionumber)
data_type: 'integer' default_value: 0 is_nullable: 0
the match score
data_type: 'tinyint' is_nullable: 1
whether this match has been allowed or denied
Type: belongs_to
Related object: Koha::Schema::Result::ImportRecord