Guild_bank_tab - cmangos/issues GitHub Wiki
Back to characters database list of tables.
This table holds information on all of the tabs in use for all guilds who make use of the guild bank.
Field | Type | Null | Key | Default | Extra |
guildid | int(11) unsigned | NO | PRI | 0 | |
TabId | tinyint(1) unsigned | NO | PRI | 0 | |
TabName | varchar(100) | NO | |||
TabIcon | varchar(100) | NO | |||
TabText | varchar(100) | NO |
The guild ID that the guild bank belongs to.
The tab ID.
The name assigned to the tab.
The icon assigned to the tab.
The text assigned to the tab.