fix: add mysql connect port

This commit is contained in:
engigu
2024-01-02 22:19:12 +08:00
parent 3f8a836316
commit 5b348ff68b
3 changed files with 7 additions and 3 deletions
+1
View File
@@ -31,6 +31,7 @@ type Database struct {
User string
Password string
Host string
Port int
Name string
TablePrefix string
}