fix: migration

This commit is contained in:
naiba
2024-10-28 14:42:36 +08:00
parent f925266aed
commit 5aafda95ff
2 changed files with 4 additions and 12 deletions
-8
View File
@@ -1,8 +0,0 @@
package model
type ApiToken struct {
Common
UserID uint64 `json:"user_id"`
Token string `json:"token"`
Note string `json:"note"`
}