Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
hostid | BIGINT | 19 | 0 |
|
|
Unique host ID |
||||
remoteid | BIGINT | 19 | 0 |
|
|
|||||
time | BIGINT | 19 | 0 |
|
|
|||||
userid | BIGINT | 19 | 0 |
|
|
|||||
ip | VARCHAR | 45 |
|
|
||||||
course | BIGINT | 19 | 0 |
|
|
|||||
coursename | VARCHAR | 40 |
|
|
||||||
module | VARCHAR | 20 |
|
|
||||||
cmid | BIGINT | 19 | 0 |
|
|
|||||
action | VARCHAR | 40 |
|
|
||||||
url | VARCHAR | 100 |
|
|
||||||
info | VARCHAR | 255 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
mnetlog_hosusecou_ix | Performance | Asc/Asc/Asc | hostid + userid + course |