8 lines
99 B
Go
8 lines
99 B
Go
package model
|
|
|
|
//执行数据迁移
|
|
|
|
func migration() {
|
|
// 自动迁移模式
|
|
DB.AutoMigrate()
|
|
}
|