<<

NAME

Koha::Schema::Result::Serialitem

TABLE: serialitems

ACCESSORS

itemnumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

serialid

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

UNIQUE CONSTRAINTS

serialitemsidx

RELATIONS

itemnumber

Type: belongs_to

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

serialid

Type: belongs_to

Related object: Koha::Schema::Result::Serial

<<