<<

NAME

Koha::Schema::Result::HouseboundProfile

TABLE: housebound_profile

ACCESSORS

borrowernumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

day

  data_type: 'text'
  is_nullable: 0

frequency

  data_type: 'text'
  is_nullable: 0

fav_itemtypes

  data_type: 'text'
  is_nullable: 1

fav_subjects

  data_type: 'text'
  is_nullable: 1

fav_authors

  data_type: 'text'
  is_nullable: 1

referral

  data_type: 'text'
  is_nullable: 1

notes

  data_type: 'text'
  is_nullable: 1

PRIMARY KEY

RELATIONS

borrowernumber

Type: belongs_to

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

housebound_visits

Type: has_many

Related object: Koha::Schema::Result::HouseboundVisit

<<