mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-04 07:40:25 +08:00
增加一些表设计
This commit is contained in:
@@ -17,7 +17,7 @@ func NewApiTokenDAO() *ApiTokenDAO {
|
||||
return dbs.NewDAO(&ApiTokenDAO{
|
||||
DAOObject: dbs.DAOObject{
|
||||
DB: Tea.Env,
|
||||
Table: "edgeApiTokens",
|
||||
Table: "edgeAPITokens",
|
||||
Model: new(ApiToken),
|
||||
PkName: "id",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user