Abuse data table.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| abuseID | bigint | N/A | false | The ID of the abuse. Primary key. | |
| abuseType | bigint | N/A | false | The type of abuse report (constant defined in application). | |
| comments | varchar | 255 | true | true | Any comments the user submits with the report. |
| objectID | bigint | N/A | false | The ID of the abusive object. | |
| objecttype | bigint | N/A | false | The type of the abusive object. | |
| reportDate | bigint | N/A | false | The date the report was made. | |
| resolved | smallint | N/A | true | Whether or not the report has been resolved. | |
| userID | bigint | N/A | false | The user making the report. |