summaryrefslogtreecommitdiff
path: root/docs/database-auth.md
blob: 7300aa794437ac213faeb976f24ea709bafca75e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Database Auth

The auth database currently has 14 tables, which mainly store information related to user accounts. Although some of them have other functionalities. The last synchronization was done: [05-07-2021](https://github.com/azerothcore/wiki/pull/573). If you detect that any table is outdated, you can create an [issue](https://github.com/azerothcore/wiki/issues) within our repository or make a [pull request](https://github.com/azerothcore/wiki/pulls) with the modification of the information.

- [account](account.md)
- [account_access](account_access.md)
- [account_banned](account_banned.md)
- [account_muted](account_muted.md)
- [autobroadcast](autobroadcast.md)
- [build_info](build_info.md)
- [ip_banned](ip_banned.md)
- [logs](logs.md)
- [logs_ip_actions](logs_ip_actions.md)
- [realmcharacters](realmcharacters.md)
- [realmlist](realmlist.md)
- [secret_digest](secret_digest.md)
- [updates](updates.md)
- [updates_include](updates_include.md)
- [uptime](uptime.md)
- [version_db_auth](version_db_auth.md)