Installable
.
.
.
func (m module) Install() {
eather.GetDb().AutoMigrate(&YourModel{})
}
// YourModel struct
type YourModel struct {
eather.ModelBase
}
.
.
.Last updated
.
.
.
func (m module) Install() {
eather.GetDb().AutoMigrate(&YourModel{})
}
// YourModel struct
type YourModel struct {
eather.ModelBase
}
.
.
.Last updated