Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
useridfrom | BIGINT | 19 | null |
|
|
|||||
conversationid | BIGINT | 19 | null |
|
|
|||||
subject | LONGTEXT | 2147483647 | √ | null |
|
|
||||
fullmessage | LONGTEXT | 2147483647 | √ | null |
|
|
||||
fullmessageformat | BIT | 1 | 0 |
|
|
|||||
fullmessagehtml | LONGTEXT | 2147483647 | √ | null |
|
|
||||
smallmessage | LONGTEXT | 2147483647 | √ | null |
|
|
||||
timecreated | BIGINT | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
mess_con4_ix | Performance | Asc | conversationid |
mess_contim2_ix | Performance | Asc/Asc | conversationid + timecreated |
mess_use4_ix | Performance | Asc | useridfrom |