<<

NAME

Koha::Schema::Result::Stockrotationitem

TABLE: stockrotationitems

ACCESSORS

itemnumber_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

stage_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

indemand

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

fresh

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

PRIMARY KEY

RELATIONS

itemnumber

Type: belongs_to

Related object: Koha::Schema::Result::Item

stage

Type: belongs_to

Related object: Koha::Schema::Result::Stockrotationstage

<<