<<

NAME

Koha::Schema::Result::HoldGroupsTargetHold

TABLE: hold_groups_target_holds

ACCESSORS

hold_group_id

  data_type: 'integer'
  extra: {unsigned => 1}
  is_foreign_key: 1
  is_nullable: 0

foreign key, linking this to the hold_groups table

reserve_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

foreign key, linking this to the reserves table

PRIMARY KEY

UNIQUE CONSTRAINTS

uq_hold_group_target_holds_hold_group_id

uq_hold_group_target_holds_reserve_id

RELATIONS

hold_group

Type: belongs_to

Related object: Koha::Schema::Result::HoldGroup

reserve

Type: belongs_to

Related object: Koha::Schema::Result::Reserve

<<