summaryrefslogtreecommitdiff
path: root/docs/guild_bank_tab.md
diff options
context:
space:
mode:
authorFrancescoBorzi <borzifrancesco@gmail.com>2019-02-25 19:24:20 +0100
committerFrancescoBorzi <borzifrancesco@gmail.com>2019-02-25 19:24:20 +0100
commita35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 (patch)
tree91e0cde00f6f27b730b0df3f4338fcf99fa8447a /docs/guild_bank_tab.md
parentd8d1823802ded97300fa57405d80b16736603489 (diff)
downloadwiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.tar.gz
wiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.tar.bz2
wiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.zip
Import DB wiki from TC 335
Diffstat (limited to 'docs/guild_bank_tab.md')
-rw-r--r--docs/guild_bank_tab.md115
1 files changed, 106 insertions, 9 deletions
diff --git a/docs/guild_bank_tab.md b/docs/guild_bank_tab.md
index 2da430f..9d1d74f 100644
--- a/docs/guild_bank_tab.md
+++ b/docs/guild_bank_tab.md
@@ -1,9 +1,106 @@
-[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [guild_bank_tab](guild_bank_tab)
-
-Column | Type | Description
---- | --- | ---
-Guildid | int(10) unsigned |
-TabId | tinyint(3) unsigned |
-TabName | varchar(16) |
-TabIcon | varchar(100) |
-TabText | varchar(500) |
+# guild\_bank\_tab
+
+`Back-to:Characters`
+
+**The \`guild\_bank\_tab\` table**
+
+This table holds information on all the tabs in use for all guilds that make use of the guild bank.
+
+**Structure**
+
+<table>
+<colgroup>
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+</colgroup>
+<tbody>
+<tr class="odd">
+<td><p><strong>Field</strong></p></td>
+<td><p><strong>Type</strong></p></td>
+<td><p><strong>Attributes</strong></p></td>
+<td><p><strong>Key</strong></p></td>
+<td><p><strong>Null</strong></p></td>
+<td><p><strong>Default</strong></p></td>
+<td><p><strong>Extra</strong></p></td>
+<td><p><strong>Comment</strong></p></td>
+</tr>
+<tr class="even">
+<td><p><a href="#guild_bank_tab-guildid">guildid</a></p></td>
+<td><p>int(10)</p></td>
+<td><p>unsigned</p></td>
+<td><p>PRI</p></td>
+<td><p>NO</p></td>
+<td><p>0</p></td>
+<td><p> </p></td>
+<td><p> </p></td>
+</tr>
+<tr class="odd">
+<td><p><a href="#guild_bank_tab-TabId">TabId</a></p></td>
+<td><p>tinyint(3)</p></td>
+<td><p>unsigned</p></td>
+<td><p>PRI</p></td>
+<td><p>NO</p></td>
+<td><p>0</p></td>
+<td><p> </p></td>
+<td><p> </p></td>
+</tr>
+<tr class="even">
+<td><p><a href="#guild_bank_tab-TabName">TabName</a></p></td>
+<td><p>varchar(16)</p></td>
+<td><p>signed</p></td>
+<td><p> </p></td>
+<td><p>NO</p></td>
+<td><p>&quot;</p></td>
+<td><p> </p></td>
+<td><p> </p></td>
+</tr>
+<tr class="odd">
+<td><p><a href="#guild_bank_tab-TabIcon">TabIcon</a></p></td>
+<td><p>varchar(100)</p></td>
+<td><p>signed</p></td>
+<td><p> </p></td>
+<td><p>NO</p></td>
+<td><p>&quot;</p></td>
+<td><p> </p></td>
+<td><p> </p></td>
+</tr>
+<tr class="even">
+<td><p><a href="#guild_bank_tab-TabText">TabText</a></p></td>
+<td><p>varchar(500)</p></td>
+<td><p>signed</p></td>
+<td><p> </p></td>
+<td><p>YES</p></td>
+<td><p>NULL</p></td>
+<td><p> </p></td>
+<td><p> </p></td>
+</tr>
+</tbody>
+</table>
+
+**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.