-
Notifications
You must be signed in to change notification settings - Fork 47
Guild_bank_tab
Schmoozerd edited this page Apr 17, 2013
·
1 revision
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.