Koha::Schema::Result::ErmCounterLog
erm_counter_logs
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
primary key
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
foreign key to borrowers
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
foreign key to erm_counter_files
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
foreign key to erm_usage_data_providers
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 1
counter file import date
data_type: 'varchar' is_nullable: 1 size: 80
name of the counter file
data_type: 'longtext' is_nullable: 1
details from the counter log
Type: belongs_to
Related object: Koha::Schema::Result::Borrower
Type: belongs_to
Related object: Koha::Schema::Result::ErmCounterFile
Type: belongs_to
Related object: Koha::Schema::Result::ErmUsageDataProvider