<<

NAME

Koha::Schema::Result::AqbooksellerInterface

TABLE: aqbookseller_interfaces

ACCESSORS

interface_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

type

  data_type: 'varchar'
  is_nullable: 1
  size: 80

type of the interface, authorised value VENDOR_INTERFACE_TYPE

name

  data_type: 'varchar'
  is_nullable: 0
  size: 255

name of the interface

uri

  data_type: 'mediumtext'
  is_nullable: 1

uri of the interface

login

  data_type: 'varchar'
  is_nullable: 1
  size: 255

login

password

  data_type: 'mediumtext'
  is_nullable: 1

hashed password

account_email

  data_type: 'mediumtext'
  is_nullable: 1

account email

notes

  data_type: 'longtext'
  is_nullable: 1

notes

PRIMARY KEY

RELATIONS

vendor

Type: belongs_to

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

<<