Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
||
locationId | 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) |
---|---|---|---|
location_combined_results_section_s_pk | Primary key | Asc | id |
LocationIdIndex | Performance | Asc | locationId |
PRIMARY | Must be unique | Asc | id |