<<

NAME

Koha::Schema::Result::PreservationProcessing

TABLE: preservation_processings

ACCESSORS

processing_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

primary key

name

  data_type: 'varchar'
  is_nullable: 0
  size: 80

name of the processing

letter_code

  data_type: 'varchar'
  is_nullable: 1
  size: 20

Foreign key to the letters table

PRIMARY KEY

RELATIONS

preservation_processing_attributes

Type: has_many

Related object: Koha::Schema::Result::PreservationProcessingAttribute

preservation_trains

Type: has_many

Related object: Koha::Schema::Result::PreservationTrain

preservation_trains_items

Type: has_many

Related object: Koha::Schema::Result::PreservationTrainsItem

<<