<<

NAME

Koha::Schema::Result::MatchpointComponent

TABLE: matchpoint_components

ACCESSORS

matchpoint_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

matchpoint_component_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

sequence

  accessor: undef
  data_type: 'integer'
  default_value: 0
  is_nullable: 0

tag

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

subfields

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

offset

  data_type: 'integer'
  default_value: 0
  is_nullable: 0

length

  data_type: 'integer'
  default_value: 0
  is_nullable: 0

PRIMARY KEY

RELATIONS

matchpoint

Type: belongs_to

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

matchpoint_component_norms

Type: has_many

Related object: Koha::Schema::Result::MatchpointComponentNorm

<<