Koha::Schema::Result::ErmCounterFile
erm_counter_files
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 erm_usage_data_providers
data_type: 'varchar' is_nullable: 1 size: 80
type of counter file
data_type: 'varchar' is_nullable: 1 size: 80
name of the counter file
data_type: 'longblob' is_nullable: 1
content of the counter file
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 1
counter file upload date
Type: has_many
Related object: Koha::Schema::Result::ErmCounterLog
Type: belongs_to
Related object: Koha::Schema::Result::ErmUsageDataProvider