Koha::Schema::Result::PreservationProcessingAttribute
preservation_processing_attributes
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
primary key
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
link to the processing
data_type: 'varchar' is_nullable: 0 size: 80
name of the processing attribute
data_type: 'enum' extra: {list => ["authorised_value","free_text","db_column"]} is_nullable: 0
Type of the processing attribute
data_type: 'varchar' is_nullable: 1 size: 80
source of the possible options for this attribute
Type: has_many
Related object: Koha::Schema::Result::PreservationProcessingAttributesItem
Type: belongs_to
Related object: Koha::Schema::Result::PreservationProcessing