<<

NAME

Koha::Schema::Result::HoldGroup

TABLE: hold_groups

ACCESSORS

hold_group_id

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

borrowernumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

foreign key, linking this to the borrowers table

visual_hold_group_id

  data_type: 'integer'
  is_nullable: 1

visual ID for this hold group, in the context of the related patron

PRIMARY KEY

RELATIONS

borrowernumber

Type: belongs_to

Related object: Koha::Schema::Result::Borrower

hold_groups_target_hold

Type: might_have

Related object: Koha::Schema::Result::HoldGroupsTargetHold

old_reserves

Type: has_many

Related object: Koha::Schema::Result::OldReserve

reserves

Type: has_many

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

<<