Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
|||||
libraryId | INT | 10 | null |
|
|
||||||
displayName | VARCHAR | 255 | √ | NULL |
|
|
|||||
source | VARCHAR | 45 | √ | NULL |
|
|
|||||
numberOfResultsToShow | INT | 10 | 5 |
|
|
||||||
weight | INT | 10 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
library_combined_results_section_s_pk | Primary key | Asc | id |
LibraryIdIndex | Performance | Asc | libraryId |
PRIMARY | Must be unique | Asc | id |