Fix boolean comparison, Add log table to schema visual

This commit is contained in:
Haidang666
2021-06-27 11:57:39 +07:00
parent f3542b7402
commit 41ba37c04e
2 changed files with 12 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
[vipUsers](###vipUsers)
[sponsorTimes](###sponsorTimes)
[userNames](###userNames)
[userNameLogs](###userNameLogs)
[categoryVotes](###categoryVotes)
[lockCategories](###lockCategories)
[warnings](###warnings)
@@ -61,6 +62,16 @@
| -- | :--: |
| userNames_userID | userID |
### userNameLogs
| Name | Type | |
| -- | :--: | -- |
| userID | TEXT | not null |
| newUserName | TEXT | not null |
| oldUserName | TEXT | not null |
| updatedByAdmin | BOOLEAN | not null |
| updatedAt | INTEGER | not null |
### categoryVotes
| Name | Type | |