<<

NAME

Koha::Schema::Result::Biblio

TABLE: biblio

ACCESSORS

biblionumber

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

frameworkcode

  data_type: 'varchar'
  default_value: (empty string)
  is_nullable: 0
  size: 4

author

  data_type: 'mediumtext'
  is_nullable: 1

title

  data_type: 'mediumtext'
  is_nullable: 1

unititle

  data_type: 'mediumtext'
  is_nullable: 1

notes

  data_type: 'mediumtext'
  is_nullable: 1

serial

  data_type: 'tinyint'
  is_nullable: 1

seriestitle

  data_type: 'mediumtext'
  is_nullable: 1

copyrightdate

  data_type: 'smallint'
  is_nullable: 1

timestamp

  data_type: 'timestamp'
  datetime_undef_if_invalid: 1
  default_value: current_timestamp
  is_nullable: 0

datecreated

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 0

abstract

  data_type: 'mediumtext'
  is_nullable: 1

PRIMARY KEY

RELATIONS

aqorders

Type: has_many

Related object: Koha::Schema::Result::Aqorder

biblioimages

Type: has_many

Related object: Koha::Schema::Result::Biblioimage

biblioitems

Type: has_many

Related object: Koha::Schema::Result::Biblioitem

hold_fill_targets

Type: has_many

Related object: Koha::Schema::Result::HoldFillTarget

items

Type: has_many

Related object: Koha::Schema::Result::Item

old_reserves

Type: has_many

Related object: Koha::Schema::Result::OldReserve

ratings

Type: has_many

Related object: Koha::Schema::Result::Rating

reserves

Type: has_many

Related object: Koha::Schema::Result::Reserve

reviews

Type: has_many

Related object: Koha::Schema::Result::Review

tags_all

Type: has_many

Related object: Koha::Schema::Result::TagAll

tags_indexes

Type: has_many

Related object: Koha::Schema::Result::TagsIndex

virtualshelfcontents

Type: has_many

Related object: Koha::Schema::Result::Virtualshelfcontent

<<