<<

NAME

Koha::Schema::Result::AqbooksellerAlias

TABLE: aqbookseller_aliases

ACCESSORS

alias_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

primary key and unique identifier assigned by Koha

vendor_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

link to the vendor

alias

  data_type: 'varchar'
  is_nullable: 0
  size: 255

the alias

PRIMARY KEY

RELATIONS

vendor

Type: belongs_to

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

<<