banned_addons
Holds information about interface addons banned serversided.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| Id | int | unsigned | PRI | NO | auto_increment | ||
| Name | varchar(255) | MUL | NO | ||||
| Version | varchar(255) | NO | '' | ||||
| Timestamp | timestamp | NO | CURRENT_TIMESTAMP | DEFAULT_GENERATED on update CURRENT_TIMESTAMP | |||
Description of fields
Id
Just acts as primary key for the table.
Name
The AddOn Folder name (or .toc file name, must match anyway), for example "AtlasLoot"
Version
Version from .toc file or leave blank for all versions of that AddOns name.
Timestamp
- no description -
