Table testsql_comments.virtualshelves
information about lists (or virtual shelves)

Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
shelfnumber int 10  √ 
virtualshelfcontents
virtualshelfshares
unique identifier assigned by Koha
shelfname varchar 255  √  null name of the list
owner int 10  √  null
borrowers
foreign key linking to the borrowers table (using borrowernumber) for the creator of this list (changed from varchar(80) to int)
category varchar 1  √  null type of list (private [1], public [2])
sortfield varchar 16  √  title the field this list is sorted on
lastmodified timestamp 19 CURRENT_TIMESTAMP date and time the list was last modified
created_on datetime 19 creation time
allow_add bit 0  √  0 permission for adding entries to list
allow_delete_own bit 0  √  1 permission for deleting entries frm list that you added yourself
allow_delete_other bit 0  √  0 permission for deleting entries from list that another person added

Table contained 0 rows at Tue Dec 27 17:18 NZDT 2016

Indexes:
Column(s) Type Sort
shelfnumber Primary key Asc
owner Performance Asc

Close relationships  within of separation: