<<

NAME

Koha::Schema::Result::Matchcheck

TABLE: matchchecks

ACCESSORS

matcher_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

matchcheck_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

source_matchpoint_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

target_matchpoint_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

PRIMARY KEY

RELATIONS

matcher

Type: belongs_to

Related object: Koha::Schema::Result::MarcMatcher

source_matchpoint

Type: belongs_to

Related object: Koha::Schema::Result::Matchpoint

target_matchpoint

Type: belongs_to

Related object: Koha::Schema::Result::Matchpoint

<<