<<

NAME

Koha::Schema::Result::ImportBatchProfile

TABLE: import_batch_profiles

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

name

  data_type: 'varchar'
  is_nullable: 0
  size: 100

matcher_id

  data_type: 'integer'
  is_nullable: 1

template_id

  data_type: 'integer'
  is_nullable: 1

overlay_action

  data_type: 'varchar'
  is_nullable: 1
  size: 50

nomatch_action

  data_type: 'varchar'
  is_nullable: 1
  size: 50

item_action

  data_type: 'varchar'
  is_nullable: 1
  size: 50

parse_items

  data_type: 'tinyint'
  is_nullable: 1

record_type

  data_type: 'varchar'
  is_nullable: 1
  size: 50

encoding

  data_type: 'varchar'
  is_nullable: 1
  size: 50

format

  data_type: 'varchar'
  is_nullable: 1
  size: 50

comments

  data_type: 'longtext'
  is_nullable: 1

PRIMARY KEY

UNIQUE CONSTRAINTS

u_import_batch_profiles__name

RELATIONS

import_batches

Type: has_many

Related object: Koha::Schema::Result::ImportBatch

koha_object_class

  Koha Object class

koha_objects_class

  Koha Objects class

<<