Add token pages.

This commit is contained in:
Yang Luo
2021-03-13 23:47:35 +08:00
parent 64c9548019
commit 85523fa9d4
8 changed files with 636 additions and 0 deletions

View File

@ -109,4 +109,9 @@ func (a *Adapter) createTable() {
if err != nil {
panic(err)
}
err = a.engine.Sync2(new(Token))
if err != nil {
panic(err)
}
}