Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | INT | 10 | √ | null |
|
|
||
webPageId | INT | 10 | √ | NULL |
|
|
||
month | INT | 10 | null |
|
|
|||
year | INT | 10 | null |
|
|
|||
timesViewedInSearch | INT | 10 | null |
|
|
|||
timesUsed | INT | 10 | null |
|
|
|||
instance | VARCHAR | 100 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
website_page_usage_s_pk | Primary key | Asc | id |
instance | Performance | Asc/Asc/Asc/Asc | instance + webPageId + year + month |
instance_2 | Performance | Asc/Asc/Asc/Asc | instance + webPageId + year + month |
PRIMARY | Must be unique | Asc | id |