<<

NAME

Koha::Schema::Result::ImportOaiBiblio

TABLE: import_oai_biblios

ACCESSORS

import_oai_biblio_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

unique identifier assigned by Koha

biblionumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

unique identifier assigned to each koha record

identifier

  data_type: 'varchar'
  is_nullable: 0
  size: 255

OAI record identifier

repository

  data_type: 'varchar'
  is_nullable: 0
  size: 255

OAI repository

recordtype

  data_type: 'enum'
  default_value: 'biblio'
  extra: {list => ["authority","biblio"]}
  is_nullable: 0

is the record bibliographic or authority

datestamp

  data_type: 'varchar'
  is_nullable: 1
  size: 255

OAI set to harvest

last_modified

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

PRIMARY KEY

RELATIONS

biblionumber

Type: belongs_to

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

<<