Add role page.

This commit is contained in:
Yang Luo
2022-01-01 15:11:16 +08:00
parent 2d4103d751
commit ff22bf507f
16 changed files with 842 additions and 23 deletions

View File

@ -105,6 +105,11 @@ func (a *Adapter) createTable() {
panic(err)
}
err = a.Engine.Sync2(new(Role))
if err != nil {
panic(err)
}
err = a.Engine.Sync2(new(Provider))
if err != nil {
panic(err)