Koha::Schema::Result::PreservationTrain
preservation_trains
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
primary key
data_type: 'varchar' is_nullable: 0 size: 80
name of the train
data_type: 'varchar' is_nullable: 1 size: 255
description of the train
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
default processing, link to preservation_processings.processing_id
data_type: 'varchar' default_value: 0 is_nullable: 0 size: 80
NOT_LOAN authorised value to apply toitem added to this train
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 0
creation date
data_type: 'datetime' datetime_undef_if_invalid: 1 is_nullable: 1
closing date
data_type: 'datetime' datetime_undef_if_invalid: 1 is_nullable: 1
sending date
data_type: 'datetime' datetime_undef_if_invalid: 1 is_nullable: 1
receiving date
Type: belongs_to
Related object: Koha::Schema::Result::PreservationProcessing
Type: has_many
Related object: Koha::Schema::Result::PreservationTrainsItem