Cloudreve/models/migration.go
2019-11-06 22:35:31 +08:00

8 lines
99 B
Go

package model
//执行数据迁移
func migration() {
// 自动迁移模式
DB.AutoMigrate()
}