<<

NAME

Koha::Schema::Result::PreservationTrainsItem

TABLE: preservation_trains_items

ACCESSORS

train_item_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

primary key

train_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

link with preservation_train

item_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

link with items

processing_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

specific processing for this item

user_train_item_id

  data_type: 'integer'
  is_nullable: 0

train item id for this train, starts from 1

added_on

  data_type: 'datetime'
  datetime_undef_if_invalid: 1
  is_nullable: 1

added date

PRIMARY KEY

UNIQUE CONSTRAINTS

train_id

RELATIONS

item

Type: belongs_to

Related object: Koha::Schema::Result::Item

preservation_processing_attributes_items

Type: has_many

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

processing

Type: belongs_to

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

train

Type: belongs_to

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

<<