<<

NAME

Koha::Schema::Result::PreservationProcessingAttributesItem

TABLE: preservation_processing_attributes_items

ACCESSORS

processing_attribute_item_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

primary key

processing_attribute_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

link with preservation_processing_attributes

train_item_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

link with preservation_trains_items

value

  data_type: 'varchar'
  is_nullable: 1
  size: 255

value for this attribute

PRIMARY KEY

RELATIONS

processing_attribute

Type: belongs_to

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

train_item

Type: belongs_to

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

<<