Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | INT | 10 | √ | null |
|
|
The unique id of the search statistic |
|
phrase | VARCHAR | 500 | null |
|
|
The phrase being searched for |
||
lastSearch | INT | 10 | null |
|
|
The last time this search was done |
||
numSearches | INT | 10 | null |
|
|
The number of times this search has been done. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
search_stats_new_s_pk | Primary key | Asc | id |
lastSearch | Performance | Asc | lastSearch |
numSearches | Performance | Asc | numSearches |
phrase_text | Performance | Asc | phrase |
PRIMARY | Must be unique | Asc | id |