🛠️ Database Manager Suite
💻 Run Custom SQL Query
🔍 Table Schema Structure: message_recipients
| Field Name | Data Type | Null Allowed | Key Index | Default Value | Extra Attributes |
|---|---|---|---|---|---|
| id | int(11) | NO | 🔑 PRIMARY KEY | NULL | auto_increment |
| msg_id | int(11) | NO | - | NULL | |
| rmuserid | int(11) | NO | - | NULL | |
| sending_date | datetime | NO | - | NULL | |
| statusmsg | varchar(100) | YES | - | unread | |
| reading_date | datetime | YES | - | NULL |
📊 Data Preview: message_recipients (Limit 100)
This table is currently empty.