feat: add transaction pages (#2761)

This commit is contained in:
DacongDA
2024-03-02 10:41:16 +08:00
committed by GitHub
parent ba1ddc7e50
commit 12acb24dbc
30 changed files with 1095 additions and 0 deletions

View File

@ -388,6 +388,11 @@ func (a *Ormer) createTable() {
panic(err)
}
err = a.Engine.Sync2(new(Transaction))
if err != nil {
panic(err)
}
err = a.Engine.Sync2(new(Syncer))
if err != nil {
panic(err)