<<

NAME

Koha::Schema::Result::PreservationProcessingAttribute

TABLE: preservation_processing_attributes

ACCESSORS

processing_attribute_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

primary key

processing_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

link to the processing

name

  data_type: 'varchar'
  is_nullable: 0
  size: 80

name of the processing attribute

type

  data_type: 'enum'
  extra: {list => ["authorised_value","free_text","db_column"]}
  is_nullable: 0

Type of the processing attribute

option_source

  data_type: 'varchar'
  is_nullable: 1
  size: 80

source of the possible options for this attribute

PRIMARY KEY

RELATIONS

preservation_processing_attributes_items

Type: has_many

Related object: Koha::Schema::Result::PreservationProcessingAttributesItem

processing

Type: belongs_to

Related object: Koha::Schema::Result::PreservationProcessing

<<