<<

NAME

Koha::Schema::Result::ImportBiblio

TABLE: import_biblios

ACCESSORS

import_record_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

matched_biblionumber

  data_type: 'integer'
  is_nullable: 1

control_number

  data_type: 'varchar'
  is_nullable: 1
  size: 25

original_source

  data_type: 'varchar'
  is_nullable: 1
  size: 25

title

  data_type: 'varchar'
  is_nullable: 1
  size: 128

author

  data_type: 'varchar'
  is_nullable: 1
  size: 80

isbn

  data_type: 'varchar'
  is_nullable: 1
  size: 30

issn

  data_type: 'varchar'
  is_nullable: 1
  size: 9

has_items

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

RELATIONS

import_record

Type: belongs_to

Related object: Koha::Schema::Result::ImportRecord

<<