<<

NAME

Koha::Schema::Result::ErmEholdingsResource

TABLE: erm_eholdings_resources

ACCESSORS

resource_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

primary key

title_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

package_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

vendor_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

started_on

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

ended_on

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

proxy

  data_type: 'varchar'
  is_nullable: 1
  size: 80

PRIMARY KEY

UNIQUE CONSTRAINTS

erm_eholdings_resources_uniq

RELATIONS

package

Type: belongs_to

Related object: Koha::Schema::Result::ErmEholdingsPackage

title

Type: belongs_to

Related object: Koha::Schema::Result::ErmEholdingsTitle

vendor

Type: belongs_to

Related object: Koha::Schema::Result::Aqbookseller

<<