From a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Mon, 25 Feb 2019 19:24:20 +0100 Subject: Import DB wiki from TC 335 --- docs/account_access.md | 87 ++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 81 insertions(+), 6 deletions(-) (limited to 'docs/account_access.md') diff --git a/docs/account_access.md b/docs/account_access.md index c376b61..6508ae4 100644 --- a/docs/account_access.md +++ b/docs/account_access.md @@ -1,7 +1,82 @@ -[Database Structure](Database-Structure) > [Auth-Database](Auth-Database) > [account_access](account_access) +# account\_access -Column | Type | Description ---- | --- | --- -Id | int(10) unsigned | -Gmlevel | tinyint(3) unsigned | -RealmID | int(11) | +`Back-to:Auth` + +**The \`account\_access\` table** + +This table holds security access level for any realm in [realmlist](realmlist) table. + +**Structure** + + ++++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field

Type

Attributes

Key

Null

Default

Extra

Comment

id

int(10)

unsigned

PRI

NO

 

 

 

gmlevel

tinyint(3)

unsigned

 

NO

 

 

 

RealmID

int(11)

signed

PRI

NO

+
+
-1
+
+

 

 

+ +**Description of the fields** + +### id + +The [account ID](account_2130004.html#account-id). + +### gmlevel + +The account security level. Different levels have access to different commands. The individual level required for a command is defined in the [command](command) table in each realm. + +### RealmID + +The [Realm ID](realmlist_2130016.html#realmlist-id). -- cgit