<<

NAME

Koha::Schema::Result::AqbooksellerIssue

TABLE: aqbookseller_issues

ACCESSORS

issue_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 issue, authorised value VENDOR_ISSUE_TYPE

started_on

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

start of the issue

ended_on

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

end of the issue

notes

  data_type: 'longtext'
  is_nullable: 1

notes

PRIMARY KEY

RELATIONS

vendor

Type: belongs_to

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

<<