<<

NAME

Koha::Schema::Result::Virtualshelfshare

TABLE: virtualshelfshares

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

shelfnumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

borrowernumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

invitekey

  data_type: 'varchar'
  is_nullable: 1
  size: 10

sharedate

  data_type: 'datetime'
  datetime_undef_if_invalid: 1
  is_nullable: 1

PRIMARY KEY

RELATIONS

borrowernumber

Type: belongs_to

Related object: Koha::Schema::Result::Borrower

shelfnumber

Type: belongs_to

Related object: Koha::Schema::Result::Virtualshelve

<<