<<

NAME

Koha::Schema::Result::Discharge

TABLE: discharges

ACCESSORS

borrower

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

needed

  data_type: 'timestamp'
  datetime_undef_if_invalid: 1
  is_nullable: 1

validated

  data_type: 'timestamp'
  datetime_undef_if_invalid: 1
  is_nullable: 1

RELATIONS

borrower

Type: belongs_to

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

<<