Koha::Schema::Result::HoldGroupsTargetHold
hold_groups_target_holds data_type: 'integer'
extra: {unsigned => 1}
is_foreign_key: 1
is_nullable: 0
foreign key, linking this to the hold_groups table
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
foreign key, linking this to the reserves table
uq_hold_group_target_holds_hold_group_iduq_hold_group_target_holds_reserve_idType: belongs_to
Related object: Koha::Schema::Result::HoldGroup
Type: belongs_to
Related object: Koha::Schema::Result::Reserve