<<

NAME

Koha::Schema::Result::ErmUsageTitle

TABLE: erm_usage_titles

ACCESSORS

title_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

primary key

title

  data_type: 'mediumtext'
  is_nullable: 1

item title

usage_data_provider_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

platform the title is harvested by

title_doi

  data_type: 'varchar'
  is_nullable: 1
  size: 255

DOI number for the title

proprietary_id

  data_type: 'varchar'
  is_nullable: 1
  size: 255

Proprietary_ID for the title

platform

  data_type: 'varchar'
  is_nullable: 1
  size: 255

platform for the title

print_issn

  data_type: 'varchar'
  is_nullable: 1
  size: 255

Print ISSN number for the title

online_issn

  data_type: 'varchar'
  is_nullable: 1
  size: 255

Online ISSN number for the title

title_uri

  data_type: 'varchar'
  is_nullable: 1
  size: 255

URI number for the title

publisher

  data_type: 'varchar'
  is_nullable: 1
  size: 255

Publisher for the title

publisher_id

  data_type: 'varchar'
  is_nullable: 1
  size: 255

Publisher ID for the title

isbn

  data_type: 'varchar'
  is_nullable: 1
  size: 255

ISBN of the title

PRIMARY KEY

RELATIONS

erm_usage_muses

Type: has_many

Related object: Koha::Schema::Result::ErmUsageMus

erm_usage_yuses

Type: has_many

Related object: Koha::Schema::Result::ErmUsageYus

usage_data_provider

Type: belongs_to

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

<<