<<

NAME

Koha::Schema::Result::Virtualshelfshare

TABLE: virtualshelfshares

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

unique key

shelfnumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

foreign key for virtualshelves

borrowernumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

borrower that accepted access to this list

invitekey

  data_type: 'varchar'
  is_nullable: 1
  size: 10

temporary string used in accepting the invitation to access thist list; not-empty means that the invitation has not been accepted yet

sharedate

  data_type: 'datetime'
  datetime_undef_if_invalid: 1
  is_nullable: 1

date of invitation or acceptance of invitation

PRIMARY KEY

RELATIONS

borrowernumber

Type: belongs_to

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

shelfnumber

Type: belongs_to

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

<<