diff options
Diffstat (limited to 'docs/account_access.md')
| -rw-r--r-- | docs/account_access.md | 67 |
1 files changed, 9 insertions, 58 deletions
diff --git a/docs/account_access.md b/docs/account_access.md index e988002..604fb48 100644 --- a/docs/account_access.md +++ b/docs/account_access.md @@ -8,64 +8,15 @@ This table holds security access level for any realm in [realmlist](realmlist) t **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="#id">id</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> </p></td> -<td><p> </p></td> -<td><p> </p></td> -</tr> -<tr class="odd"> -<td><p><a href="#gmlevel">gmlevel</a></p></td> -<td><p>tinyint(3)</p></td> -<td><p>unsigned</p></td> -<td><p> </p></td> -<td><p>NO</p></td> -<td><p> </p></td> -<td><p> </p></td> -<td><p> </p></td> -</tr> -<tr class="even"> -<td><p><a href="#realmid">RealmID</a></p></td> -<td><p>int(11)</p></td> -<td><p>signed</p></td> -<td><p>PRI</p></td> -<td><p>NO</p></td> -<td><div class="preformatted panel" style="border-width: 1px;"> -<div class="preformattedContent panelContent"> -<pre><code>-1</code></pre> -</div> -</div></td> -<td><p> </p></td> -<td><p> </p></td> -</tr> -</tbody> -</table> +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|--------------|------------|------------|-----|------|---------|-------|---------| +| [id][1] | int(10) | unsigned | PRI | NO | | | | +| [gmlevel][2] | tinyint(3) | unsigned | | NO | | | | +| [RealmID][3] | int(11) | signed | PRI | NO | -1 | | | + +[1]: #id +[2]: #gmlevel +[3]: #realmid **Description of the fields** |
