<<

NAME

Koha::Schema::Result::ImportRecordMatches

TABLE: import_record_matches

ACCESSORS

import_record_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

candidate_match_id

  data_type: 'integer'
  is_nullable: 0

score

  data_type: 'integer'
  default_value: 0
  is_nullable: 0

RELATIONS

import_record

Type: belongs_to

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

<<