Message Conversation Actions Table Schema (message_conversation_actions)


Description

Stores all per-user actions on individual conversations

message_conversation_actions table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
userid BIGINT 19 null
user.id messconvacti_use2_fk R
conversationid BIGINT 19 null
message_conversations.id messconvacti_con2_fk R
action BIGINT 19 null
timecreated BIGINT 19 null

Table contained -1 rows

message_conversation_actions table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
messconvacti_con_ix Performance Asc conversationid
messconvacti_use_ix Performance Asc userid

message_conversation_actions table relationships