<<

NAME

Koha::Schema::Result::ErmUsageYus

TABLE: erm_usage_yus

ACCESSORS

yearly_usage_summary_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

primary key

title_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

item title id number

platform_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

platform id number

database_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

database id number

item_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

item id number

usage_data_provider_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

item title id number

year

  data_type: 'integer'
  is_nullable: 1

year of usage statistics

totalcount

  data_type: 'integer'
  is_nullable: 1

usage count for the title

metric_type

  data_type: 'varchar'
  is_nullable: 1
  size: 50

metric type for the usage statistic

access_type

  data_type: 'varchar'
  is_nullable: 1
  size: 50

access type for the usage statistic

yop

  data_type: 'varchar'
  is_nullable: 1
  size: 255

year of publication for the usage statistic

report_type

  data_type: 'varchar'
  is_nullable: 1
  size: 50

report type for the usage statistic

PRIMARY KEY

RELATIONS

database

Type: belongs_to

Related object: Koha::Schema::Result::ErmUsageDatabase

item

Type: belongs_to

Related object: Koha::Schema::Result::ErmUsageItem

platform

Type: belongs_to

Related object: Koha::Schema::Result::ErmUsagePlatform

title

Type: belongs_to

Related object: Koha::Schema::Result::ErmUsageTitle

usage_data_provider

Type: belongs_to

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

<<