<<

NAME

Koha::Schema::Result::MatcherMatchpoint

TABLE: matcher_matchpoints

ACCESSORS

matcher_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

matchpoint_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

RELATIONS

matcher

Type: belongs_to

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

matchpoint

Type: belongs_to

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

<<