<<

NAME

Koha::Schema::Result::HouseboundProfile

TABLE: housebound_profile

ACCESSORS

borrowernumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

Number of the borrower associated with this profile.

day

  data_type: 'mediumtext'
  is_nullable: 0

The preferred day of the week for delivery.

frequency

  data_type: 'mediumtext'
  is_nullable: 0

The Authorised_Value definining the pattern for delivery.

fav_itemtypes

  data_type: 'mediumtext'
  is_nullable: 1

Free text describing preferred itemtypes.

fav_subjects

  data_type: 'mediumtext'
  is_nullable: 1

Free text describing preferred subjects.

fav_authors

  data_type: 'mediumtext'
  is_nullable: 1

Free text describing preferred authors.

referral

  data_type: 'mediumtext'
  is_nullable: 1

Free text indicating how the borrower was added to the service.

notes

  data_type: 'mediumtext'
  is_nullable: 1

Free text for additional notes.

PRIMARY KEY

RELATIONS

borrowernumber

Type: belongs_to

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

housebound_visits

Type: has_many

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

<<