Stores license reports.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| manual | int | N/A | false | Whether the report was manually submitted. | |
| reportBody | text | N/A | false | Body of the report. | |
| reportBodyE | text | N/A | true | Body of the report, encrypted | |
| reportDate | bigint | N/A | true | ||
| reportID | bigint | N/A | false | Primary key. | |
| reporter | varchar | 100 | true | true | User name of the reporter. |
| uuid | varchar | 100 | false | UUID |