Koha::Schema::Result::PreservationTrainsItem
preservation_trains_items
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
primary key
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
link with preservation_train
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
link with items
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
specific processing for this item
data_type: 'integer' is_nullable: 0
train item id for this train, starts from 1
data_type: 'datetime' datetime_undef_if_invalid: 1 is_nullable: 1
added date
train_id
Type: belongs_to
Related object: Koha::Schema::Result::Item
Type: has_many
Related object: Koha::Schema::Result::PreservationProcessingAttributesItem
Type: belongs_to
Related object: Koha::Schema::Result::PreservationProcessing
Type: belongs_to
Related object: Koha::Schema::Result::PreservationTrain