Koha::Schema::Result::Biblioitem
biblioitems
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
primary key, unique identifier assigned by Koha
data_type: 'integer' default_value: 0 is_foreign_key: 1 is_nullable: 0
foreign key linking this table to the biblio table
data_type: 'longtext' is_nullable: 1
data_type: 'longtext' is_nullable: 1
data_type: 'varchar' is_nullable: 1 size: 10
biblio level item type (MARC21 942$c)
data_type: 'longtext' is_nullable: 1
ISBN (MARC21 020$a)
data_type: 'longtext' is_nullable: 1
ISSN (MARC21 022$a)
data_type: 'longtext' is_nullable: 1
data_type: 'mediumtext' is_nullable: 1
data_type: 'text' is_nullable: 1
publisher (MARC21 260$b and 264$b)
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
data_type: 'mediumtext' is_nullable: 1
volume information (MARC21 362$a)
data_type: 'longtext' is_nullable: 1
data_type: 'mediumtext' is_nullable: 1
data_type: 'longtext' is_nullable: 1
data_type: 'mediumtext' is_nullable: 1
data_type: 'mediumtext' is_nullable: 1
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 0
data_type: 'text' is_nullable: 1
illustrations (MARC21 300$b)
data_type: 'text' is_nullable: 1
number of pages (MARC21 300$a)
data_type: 'longtext' is_nullable: 1
data_type: 'text' is_nullable: 1
material size (MARC21 300$c)
data_type: 'text' is_nullable: 1
publication place (MARC21 260$a and 264$a)
data_type: 'longtext' is_nullable: 1
library of congress control number (MARC21 010$a)
data_type: 'mediumtext' is_nullable: 1
url (MARC21 856$u)
data_type: 'varchar' is_nullable: 1 size: 10
classification source (MARC21 942$2)
data_type: 'varchar' is_nullable: 1 size: 30
data_type: 'varchar' is_nullable: 1 size: 10
data_type: 'varchar' is_nullable: 1 size: 10
data_type: 'varchar' is_nullable: 1 size: 255
normalized version of the call number used for sorting
data_type: 'varchar' is_nullable: 1 size: 255
target audience/age restriction from the bib record (MARC21 521$a)
data_type: 'integer' is_nullable: 1
Type: belongs_to
Related object: Koha::Schema::Result::Biblio
Type: has_many
Related object: Koha::Schema::Result::Item