<<

NAME

Koha::Schema::Result::Biblioimage

TABLE: biblioimages

ACCESSORS

imagenumber

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

biblionumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

mimetype

  data_type: 'varchar'
  is_nullable: 0
  size: 15

imagefile

  data_type: 'mediumblob'
  is_nullable: 0

thumbnail

  data_type: 'mediumblob'
  is_nullable: 0

PRIMARY KEY

RELATIONS

biblionumber

Type: belongs_to

Related object: Koha::Schema::Result::Biblio

<<