diff options
| author | Walter Pagani <paganiwalter@gmail.com> | 2021-01-12 08:26:28 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-12 12:26:28 +0100 |
| commit | 7ac0ec74eff81b91682aeab81892371c95d9be9f (patch) | |
| tree | f1dc21d777e959eb486aa30f77e0b9c92e716d8a | |
| parent | 0f58858d1b12ebaf1c97c9444c33122b4c3b5643 (diff) | |
| download | wiki-7ac0ec74eff81b91682aeab81892371c95d9be9f.tar.gz wiki-7ac0ec74eff81b91682aeab81892371c95d9be9f.tar.bz2 wiki-7ac0ec74eff81b91682aeab81892371c95d9be9f.zip | |
Update account_access.md (#340)
* update account_access.md
* Current SQL structure
* Removing SQL scripts
* Updating structure
* Reversing title
| -rw-r--r-- | docs/account_access.md | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/account_access.md b/docs/account_access.md index 604fb48..9bfab7e 100644 --- a/docs/account_access.md +++ b/docs/account_access.md @@ -8,15 +8,17 @@ This table holds security access level for any realm in [realmlist](realmlist) t **Structure** -| 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 | | | +| 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 | | | +| [comment][4] | varchar(255) | | | YES | | | | [1]: #id [2]: #gmlevel [3]: #realmid +[4]: #comment **Description of the fields** @@ -31,3 +33,5 @@ The account security level. Different levels have access to different commands. ### RealmID The [Realm ID](realmlist#id). + +### comment |
