<<

NAME

Koha::Schema::Result::MatchpointComponentNorm

TABLE: matchpoint_component_norms

ACCESSORS

matchpoint_component_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

sequence

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

norm_routine

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

RELATIONS

matchpoint_component

Type: belongs_to

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

<<