Koha::Schema::Result::Virtualshelfshare
virtualshelfshares
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
unique key
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
foreign key for virtualshelves
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
borrower that accepted access to this list
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
data_type: 'datetime' datetime_undef_if_invalid: 1 is_nullable: 1
date of invitation or acceptance of invitation
Type: belongs_to
Related object: Koha::Schema::Result::Borrower
Type: belongs_to
Related object: Koha::Schema::Result::Virtualshelve