<<

NAME

Koha::Schema::Result::Stockrotationrota

TABLE: stockrotationrotas

ACCESSORS

rota_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

title

  data_type: 'varchar'
  is_nullable: 0
  size: 100

description

  data_type: 'text'
  is_nullable: 0

cyclical

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

active

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

PRIMARY KEY

RELATIONS

stockrotationstages

Type: has_many

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

<<