<<

NAME

Koha::Schema::Result::Aqcontact

TABLE: aqcontacts

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

name

  data_type: 'varchar'
  is_nullable: 1
  size: 100

position

  data_type: 'varchar'
  is_nullable: 1
  size: 100

phone

  data_type: 'varchar'
  is_nullable: 1
  size: 100

altphone

  data_type: 'varchar'
  is_nullable: 1
  size: 100

fax

  data_type: 'varchar'
  is_nullable: 1
  size: 100

email

  data_type: 'varchar'
  is_nullable: 1
  size: 100

notes

  data_type: 'mediumtext'
  is_nullable: 1

claimacquisition

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

claimissues

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

acqprimary

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

serialsprimary

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

booksellerid

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

PRIMARY KEY

RELATIONS

booksellerid

Type: belongs_to

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

<<