You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 使用 gormigrate 库实现数据库迁移
|
|
|
|
迁移工具 Github
|
|
|
|
```text
|
|
https://github.com/go-gormigrate/gormigrate
|
|
```
|
|
|
|
## 迁移文件命名规范
|
|
|
|
```text
|
|
时间 + 顺序 + 行为
|
|
``` |