Stores license report confirmations.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| accepted | int | N/A | false | Whether the confirmation was accepted. | |
| confirmationBody | text | N/A | true | Body of the report confirmation. | |
| confirmationBodyE | text | N/A | true | Body of the report confirmation, encrypted | |
| confirmationDate | bigint | N/A | false | ||
| confirmationID | bigint | N/A | false | ||
| remoteConfirmID | bigint | N/A | true | ||
| reportID | bigint | N/A | true | ||
| uuid | varchar | 100 | false | UUID |