<<

NAME

Koha::Schema::Result::Subscriptionhistory

TABLE: subscriptionhistory

ACCESSORS

biblionumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

subscriptionid

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

histstartdate

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

histenddate

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

missinglist

  data_type: 'longtext'
  is_nullable: 0

recievedlist

  data_type: 'longtext'
  is_nullable: 0

opacnote

  data_type: 'longtext'
  is_nullable: 1

librariannote

  data_type: 'longtext'
  is_nullable: 1

PRIMARY KEY

RELATIONS

biblionumber

Type: belongs_to

Related object: Koha::Schema::Result::Biblio

subscriptionid

Type: belongs_to

Related object: Koha::Schema::Result::Subscription

<<