fix: migration

This commit is contained in:
naiba
2024-10-28 14:42:36 +08:00
parent 417f99d94f
commit 1e3c6b4a66
2 changed files with 4 additions and 12 deletions

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"`
}