Stores reputations.
Field | Type | Null | Key | Default | Description |
---|---|---|---|---|---|
rid | int(10) | No | Primary | Reputation ID (auto increment) | |
uid | int(10) | No | Multiple | 0 | User ID of the user receiving reputation |
adduid | int(10) | No | 0 | User ID of the user giving reputation | |
pid | int(10) | No | Multiple | 0 | Post ID for reputations given to posts |
reputation | bigint(30) | No | 0 | Amount of reputation | |
dateline | bigint(30) | No | Multiple | 0 | UNIX timestamp when reputation was given |
comments | text | No | Reputation comments |
Indexes:
Keyname | Type | Cardinality | Field |
---|---|---|---|
PRIMARY | PRIMARY | 0 | rid |
uid | INDEX | None | uid |
pid | INDEX | None | pid |
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 |