Koha::Schema::Result::Patronimage
patronimage
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
the borrowernumber of the patron this image is attached to (borrowers.borrowernumber)
data_type: 'varchar' is_nullable: 0 size: 15
the format of the image (png, jpg, etc)
data_type: 'mediumblob' is_nullable: 0
the image
Type: belongs_to
Related object: Koha::Schema::Result::Borrower