From 2626a5ff454afb4412d8a52b4750d2efad8fbcd3 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 26 Apr 2020 23:25:13 +0200 Subject: Auth Tables Documentation updates (#190) --- docs/account.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'docs/account.md') diff --git a/docs/account.md b/docs/account.md index f35e0bb..7344f92 100644 --- a/docs/account.md +++ b/docs/account.md @@ -1,7 +1,8 @@ # account -# Table: account** -** +[<-Back-to:Auth](database-auth.md) + +**The \`account\` table** This table holds information on all available accounts. @@ -428,9 +429,4 @@ Stores information about client's OS. Used by Warden system. ### recruiter -The account ID of another account. Used for recuit-a-friend system. See [account.id](#account-id) - -## Attachments: - -![](images/icons/bullet_blue.gif){width="8" height="8"} [Vbd5vtN.png](attachments/2130004/2131663.png) (image/png) - +The account ID of another account. Used for recuit-a-friend system. See [account.id](account#id) -- cgit