Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
Id | INT | 10 | √ | null |
|
|
||||
ConnectionID | INT | 10 | null |
|
|
|||||
ActivityId | BIGINT | 19 | null |
|
|
|||||
ActionType | INT | 10 | null |
|
|
|||||
StartTime | BIGINT | 19 | √ | null |
|
|
||||
MidTime | BIGINT | 19 | √ | null |
|
|
||||
EndTime | BIGINT | 19 | √ | null |
|
|
||||
Tag | VARCHAR | 36 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | Id |
ConnectionID_ActivityId | Performance | Asc/Asc | ConnectionID + ActivityId |