Add invitation pages

This commit is contained in:
Yang Luo
2023-12-31 19:48:58 +08:00
parent 5846e337c7
commit 2fb79e4092
32 changed files with 1311 additions and 2 deletions

View File

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