Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
usage_stats_temp_total_id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||
date | DATETIME | 19 | null |
|
|
|||||
ip | VARCHAR | 255 | null |
|
|
|||||
user_agent | VARCHAR | 255 | null |
|
|
|||||
line_number | BIGINT | 19 | null |
|
|
|||||
canonical_url | VARCHAR | 255 | null |
|
|
|||||
series_id | BIGINT | 19 | √ | NULL |
|
|
||||
context_id | BIGINT | 19 | null |
|
|
|||||
submission_id | BIGINT | 19 | √ | NULL |
|
|
||||
chapter_id | BIGINT | 19 | √ | NULL |
|
|
||||
representation_id | BIGINT | 19 | √ | NULL |
|
|
||||
submission_file_id | BIGINT UNSIGNED | 20 | √ | NULL |
|
|
||||
assoc_type | BIGINT | 19 | null |
|
|
|||||
file_type | SMALLINT | 5 | √ | NULL |
|
|
||||
country | VARCHAR | 2 | '' |
|
|
|||||
region | VARCHAR | 3 | '' |
|
|
|||||
city | VARCHAR | 255 | '' |
|
|
|||||
load_id | VARCHAR | 255 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | usage_stats_temp_total_id |
ust_chapter_id | Performance | Asc | chapter_id |
ust_context_id | Performance | Asc | context_id |
ust_representation_id | Performance | Asc | representation_id |
ust_series_id | Performance | Asc | series_id |
ust_submission_file_id | Performance | Asc | submission_file_id |
ust_submission_id | Performance | Asc | submission_id |