<<

NAME

Koha::Schema::Result::Matchpoint

TABLE: matchpoints

ACCESSORS

matcher_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

matchpoint_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

search_index

  data_type: 'varchar'
  default_value: (empty string)
  is_nullable: 0
  size: 30

score

  data_type: 'integer'
  default_value: 0
  is_nullable: 0

PRIMARY KEY

RELATIONS

matchchecks_source_matchpoints

Type: has_many

Related object: Koha::Schema::Result::Matchcheck

matchchecks_target_matchpoints

Type: has_many

Related object: Koha::Schema::Result::Matchcheck

matcher

Type: belongs_to

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

matcher_matchpoints

Type: has_many

Related object: Koha::Schema::Result::MatcherMatchpoint

matchpoint_components

Type: has_many

Related object: Koha::Schema::Result::MatchpointComponent

<<