<<

NAME

Koha::Schema::Result::ImportAuth

TABLE: import_auths

ACCESSORS

import_record_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

matched_authid

  data_type: 'integer'
  is_nullable: 1

control_number

  data_type: 'varchar'
  is_nullable: 1
  size: 25

authorized_heading

  data_type: 'varchar'
  is_nullable: 1
  size: 128

original_source

  data_type: 'varchar'
  is_nullable: 1
  size: 25

RELATIONS

import_record

Type: belongs_to

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

<<