// 生成 sql 迁移文件
go run main.go db:generate_migration create_products
// db/migrations/20201207105022_create_products.down.sql
// db/20201207105022_create_products.up.sql 用于回滚 DB
// 执行迁移
go run main.go db:migrate up
// DB 回滚
go run main.go db:migrate down
-
Notifications
You must be signed in to change notification settings - Fork 1
pupi94/madara
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
golang 示例
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published