Status levels.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| description | varchar | 1000 | true | true | Status level description. |
| groupID | bigint | N/A | false | The ID of the group associated with this status level. | |
| imagePath | varchar | 255 | false | true | Path to an image for this status level (not null). |
| largeImagePath | varchar | 255 | true | true | Path to a large image for this status level (null). |
| maxPoints | int | N/A | false | The minimum points for this status level. | |
| minPoints | int | N/A | false | The minimum points for this status level. | |
| name | varchar | 255 | false | true | Status level name. |
| statusLevelID | bigint | N/A | false | ID of the status level. Primary key. |