chat_messages table columns
chat_messages table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
chatmess_cha_ix | Performance | Asc | chatid |
chatmess_gro_ix | Performance | Asc | groupid |
chatmess_timcha_ix | Performance | Asc/Asc | timestamp + chatid |
chatmess_use_ix | Performance | Asc | userid |