<<

NAME

Koha::Schema::Result::Patronimage

TABLE: patronimage

ACCESSORS

borrowernumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

the borrowernumber of the patron this image is attached to (borrowers.borrowernumber)

mimetype

  data_type: 'varchar'
  is_nullable: 0
  size: 15

the format of the image (png, jpg, etc)

imagefile

  data_type: 'mediumblob'
  is_nullable: 0

the image

PRIMARY KEY

RELATIONS

borrowernumber

Type: belongs_to

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

<<