<<

NAME

Koha::Schema::Result::ErmCounterFile

TABLE: erm_counter_files

ACCESSORS

erm_counter_files_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

primary key

usage_data_provider_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

foreign key to erm_usage_data_providers

type

  data_type: 'varchar'
  is_nullable: 1
  size: 80

type of counter file

filename

  data_type: 'varchar'
  is_nullable: 1
  size: 80

name of the counter file

file_content

  data_type: 'longblob'
  is_nullable: 1

content of the counter file

date_uploaded

  data_type: 'timestamp'
  datetime_undef_if_invalid: 1
  default_value: current_timestamp
  is_nullable: 1

counter file upload date

PRIMARY KEY

RELATIONS

erm_counter_logs

Type: has_many

Related object: Koha::Schema::Result::ErmCounterLog

usage_data_provider

Type: belongs_to

Related object: Koha::Schema::Result::ErmUsageDataProvider

<<