| Column Name |
Datatype |
Default |
Column Description |
| rank_id |
smallint(5) unsigned auto_increment |
|
Unique system-assigned row ID. No user interaction is required. This is the value stored in the user_rank if the user is assigned a special rank, otherwise the post count is used. |
| rank_title |
varchar(50)
|
|
Text for the rank. Entered / managed via the ACP |
| rank_min |
mediumint(8)
|
0 |
The minimum post count required to attain this rank. Only used if the rank_special bit is not set. |
| rank_special |
tinyint(1)
|
0 |
Bit field denoting whether the rank is special (assigned by the board administrator) or attained by post count. 1 = special rank, 0 = normal post-based rank. |
| rank_image |
varchar(255)
|
|
Path to image associated with this rank, relative to the phpBB root path |