guild_bank_tab
This table holds information on all the tabs in use for all guilds that make use of the guild bank.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| guildid | int | unsigned | PRI | NO | 0 | ||
| TabId | tinyint | unsigned | PRI | NO | 0 | ||
| TabName | varchar(16) | NO | '' | ||||
| TabIcon | varchar(100) | NO | '' | ||||
| TabText | varchar(500) | YES | NULL | ||||
Description of fields
guildid
references guild.guildid.
TabId
tab index (Range: 0 – 5)
TabName
The name assigned to the tab.
TabIcon
The icon assigned to the tab. An icon string like INV_Misc_QuestionMark.
TabText
The description assigned to the tab.
