summaryrefslogtreecommitdiff
path: root/docs/character_account_data.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/character_account_data.md')
-rw-r--r--docs/character_account_data.md104
1 files changed, 96 insertions, 8 deletions
diff --git a/docs/character_account_data.md b/docs/character_account_data.md
index 1fdc305..dad1f0c 100644
--- a/docs/character_account_data.md
+++ b/docs/character_account_data.md
@@ -1,8 +1,96 @@
-[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [character_account_data](character_account_data)
-
-Column | Type | Description
---- | --- | ---
-Guid | int(10) unsigned |
-Type | tinyint(3) unsigned |
-Time | int(10) unsigned |
-Data | blob |
+# character\_account\_data
+
+`Back-to:Characters`
+
+**The \`character\_account\_data\` table**
+
+Contains data about character settings.
+
+**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="#character_account_data-guid">guid</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="#character_account_data-type">type</a></p></td>
+<td><p>int(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="#character_account_data-time">time</a></p></td>
+<td><p>bigint(10)</p></td>
+<td><p>unsigned</p></td>
+<td><p> </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="#character_account_data-data">data</a></p></td>
+<td><p>blob</p></td>
+<td><p>signed</p></td>
+<td><p> </p></td>
+<td><p>NO</p></td>
+<td><p> </p></td>
+<td><p> </p></td>
+<td><p> </p></td>
+</tr>
+</tbody>
+</table>
+
+**Description of the fields**
+
+### guid
+
+The character global unique identifier. See [Characters.guid](2129969.html#characters(table)-guid)
+
+### type
+
+- 1 = Config cache per character
+- 3 = Bindings cache per character
+- 5 = Macros cache per character
+- 6 = Layout cache per character
+- 7 = Chat cache per character
+
+### time
+
+Time of last modification in Unixtime
+
+### data
+
+No description can be written. You just must understand it's data.