Koha::Schema::Result::ClubHold
club_holds
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
id for the club the hold was generated for
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
id for the bibliographic record the hold has been placed against
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
If item-level, the id for the item the hold has been placed agains
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 0
Timestamp for the placed hold
Type: belongs_to
Related object: Koha::Schema::Result::Biblio
Type: belongs_to
Related object: Koha::Schema::Result::Club
Type: has_many
Related object: Koha::Schema::Result::ClubHoldsToPatronHold
Type: belongs_to
Related object: Koha::Schema::Result::Item