<<

NAME

Koha::Schema::Result::ImportRecordMatch

TABLE: import_record_matches

ACCESSORS

import_record_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

the id given to the imported bib record (import_records.import_record_id)

candidate_match_id

  data_type: 'integer'
  is_nullable: 0

the biblio the imported record matches (biblio.biblionumber)

score

  data_type: 'integer'
  default_value: 0
  is_nullable: 0

the match score

chosen

  data_type: 'tinyint'
  is_nullable: 1

whether this match has been allowed or denied

PRIMARY KEY

RELATIONS

import_record

Type: belongs_to

Related object: Koha::Schema::Result::ImportRecord

<<