Stores reported posts.
| Field | Type | Null | Key | Default | Description |
|---|---|---|---|---|---|
| rid | int(10) | No | Primary | Report ID | |
| pid | int(10) | No | 0 | Post ID | |
| tid | int(10) | No | 0 | Thread ID | |
| fid | int(10) | No | Multiple | 0 | Forum ID |
| uid | int(10) | No | 0 | User ID of the user who reported the post | |
| reportstatus | int(1) | No | 0 | Read/unread status | |
| reason | varchar(250) | No | User's reason for reporting the post | ||
| dateline | bigint(30) | No | Multiple | 0 | UNIX timestamp when post was reported |
Indexes:
| Keyname | Type | Cardinality | Field |
|---|---|---|---|
| PRIMARY | PRIMARY | 0 | rid |
| fid | INDEX | None | fid |
| dateline | INDEX | None | dateline |
| Moderation | Standard Thread Moderation - Inline Thread Moderation - Inline Post Moderation - Warning System |
| Mod CP | Home - Forums and Posts - Users |
| Admin CP | Home - Configuration - Forums & Posts - Users & Groups - Templates & Style - Tools & Maintenance |
| Templates & Themes | Images - Postbit - Templates - Themes |
| Developer | Database Methods - Database Tables |
| Miscellaneous | Cookies - UTF8 Setup - Default Settings |