<<

NAME

Koha::Schema::Result::ClubHold

TABLE: club_holds

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

club_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

biblio_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

item_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

date_created

  data_type: 'timestamp'
  datetime_undef_if_invalid: 1
  default_value: current_timestamp
  is_nullable: 0

PRIMARY KEY

RELATIONS

biblio

Type: belongs_to

Related object: Koha::Schema::Result::Biblio

club

Type: belongs_to

Related object: Koha::Schema::Result::Club

club_holds_to_patron_holds

Type: has_many

Related object: Koha::Schema::Result::ClubHoldsToPatronHold

item

Type: belongs_to

Related object: Koha::Schema::Result::Item

<<