collection_spotlight_lists

0 rows


Description

The lists that should appear within the widget

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
collectionSpotlightId INT 10 null
weight INT 10 0
displayFor enum('all', 'loggedIn', 'notLoggedIn') 11 'all'
name VARCHAR 50 null
source VARCHAR 500 null
fullListLink VARCHAR 500 ''
defaultFilter MEDIUMTEXT 16777215 NULL
defaultSort enum('relevance', 'popularity', 'newest_to_oldest', 'oldest_to_newest', 'author', 'title', 'user_rating', 'holds', 'publication_year_desc', 'publication_year_asc') 21 'relevance'
searchTerm VARCHAR 500 ''
sourceListId MEDIUMINT 7 NULL
sourceCourseReserveId MEDIUMINT 7 -1

Indexes

Constraint Name Type Sort Column(s)
collection_spotlight_lists_s_pk Primary key Asc id
ListWidgetId Performance Asc collectionSpotlightId
PRIMARY Must be unique Asc id

Relationships