banned_addons
The `banned_addons` table
Table Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| Id | INT | UNSIGNED | PRI | NO | AUTO_INCREMENT | ||
| Name | VARCHAR(255) | UNIQUE | NO | ||||
| Version | VARCHAR(255) | UNIQUE | NO | '' | |||
| Timestamp | TIMESTAMP | NO | CURRENT_TIMESTAMP |
Description of the fields
Id
field-no-description|1
Name
field-no-description|2
Version
field-no-description|3
Timestamp
field-no-description|4