Guild bank tab
Материал из YTDB DataBase
Версия от 16:25, 7 марта 2010; Neggod (Обсуждение | вклад)
|
Back to characters database list of tables.
The `guild_bank_tab` table
This table holds information on all of the tabs in use for all guilds who make use of the guild bank.
Structure
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 |
Description of the fields
guildid
The guild ID that the guild bank belongs to.
TabId
The tab ID.
TabName
The name assigned to the tab.
TabIcon
The icon assigned to the tab.
TabText
The text assigned to the tab.
(c)udbwiki