// 删除表
gorm.Migrator().DropTable(dst...)

// 自动创建表
db.Migrator().AutoMigrate(dst...)

// 转成sql字符串
tx.ToSQL()
最后修改:2023 年 12 月 30 日
如果觉得我的文章对你有用,请随意赞赏