Koha::Schema::Result::ImportRecord
import_records
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
data_type: 'varchar' is_nullable: 1 size: 10
data_type: 'integer' default_value: 0 is_nullable: 0
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 0
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
data_type: 'longblob' is_nullable: 0
data_type: 'longtext' is_nullable: 0
data_type: 'longtext' is_nullable: 0
data_type: 'enum' default_value: 'biblio' extra: {list => ["biblio","auth","holdings"]} is_nullable: 0
data_type: 'enum' default_value: 'no_match' extra: {list => ["no_match","auto_match","manual_match","match_applied"]} is_nullable: 0
data_type: 'enum' default_value: 'staged' extra: {list => ["error","staged","imported","reverted","items_reverted","ignored"]} is_nullable: 0
data_type: 'mediumtext' is_nullable: 1
data_type: 'varchar' default_value: (empty string) is_nullable: 0 size: 40
data_type: 'varchar' is_nullable: 1 size: 40
Type: has_many
Related object: Koha::Schema::Result::ImportAuth
Type: belongs_to
Related object: Koha::Schema::Result::ImportBatch
Type: has_many
Related object: Koha::Schema::Result::ImportBiblio
Type: has_many
Related object: Koha::Schema::Result::ImportItem
Type: has_many
Related object: Koha::Schema::Result::ImportRecordMatch