guild
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| guildid | bigint | unsigned | PRI | NO | 0 | ||
| name | varchar(24) | NO | '' | ||||
| leaderguid | bigint | unsigned | NO | 0 | |||
| EmblemStyle | tinyint | unsigned | NO | 0 | |||
| EmblemColor | tinyint | unsigned | NO | 0 | |||
| BorderStyle | tinyint | unsigned | NO | 0 | |||
| BorderColor | tinyint | unsigned | NO | 0 | |||
| BackgroundColor | tinyint | unsigned | NO | 0 | |||
| info | varchar(500) | NO | '' | ||||
| motd | varchar(256) | NO | '' | ||||
| createdate | int | unsigned | NO | 0 | |||
| BankMoney | bigint | unsigned | NO | 0 | |||
Description of fields
guildid
- no description -
name
- no description -
leaderguid
- no description -
EmblemStyle
- no description -
EmblemColor
- no description -
BorderStyle
- no description -
BorderColor
- no description -
BackgroundColor
- no description -
info
- no description -
motd
- no description -
createdate
- no description -
BankMoney
- no description -
