<<

NAME

Koha::Schema::Result::ItemBundle

TABLE: item_bundles

ACCESSORS

item

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

host

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

PRIMARY KEY

UNIQUE CONSTRAINTS

item_bundles_uniq_1

RELATIONS

host

Type: belongs_to

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

item

Type: belongs_to

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

<<