<<

NAME

Koha::Schema::Result::MarcMatcher

TABLE: marc_matchers

ACCESSORS

matcher_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

code

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

description

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

record_type

  data_type: 'varchar'
  default_value: 'biblio'
  is_nullable: 0
  size: 10

threshold

  data_type: 'integer'
  default_value: 0
  is_nullable: 0

PRIMARY KEY

RELATIONS

matchchecks

Type: has_many

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

matcher_matchpoints

Type: has_many

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

matchpoints

Type: has_many

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

<<