Koha::Schema::Result::HoldGroup
hold_groups data_type: 'integer'
extra: {unsigned => 1}
is_auto_increment: 1
is_nullable: 0
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
foreign key, linking this to the borrowers table
data_type: 'integer' is_nullable: 1
visual ID for this hold group, in the context of the related patron
Type: belongs_to
Related object: Koha::Schema::Result::Borrower
Type: might_have
Related object: Koha::Schema::Result::HoldGroupsTargetHold
Type: has_many
Related object: Koha::Schema::Result::OldReserve
Type: has_many
Related object: Koha::Schema::Result::Reserve