Guild bank tab
Материал из YTDB DataBase
(Различия между версиями)
Neggod (Обсуждение | вклад)
(Новая страница: «{| align="right" | __TOC__ |} Back to characters database list of tables. <big>'''The `guild_bank_tab` table'''</big> This table holds inf…»)
Следующая правка →
(Новая страница: «{| align="right" | __TOC__ |} Back to characters database list of tables. <big>'''The `guild_bank_tab` table'''</big> This table holds inf…»)
Следующая правка →
Версия 16:25, 7 марта 2010
|
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