mimi-dbi迁移
执行以下命令进行数据库迁移操作:
mimi migrate--dsn=<dsn>--schema=<directory>[--verbose][--dry-run]
mimi setup--dsn=<dsn>[--verbose][--dry-run]
mimi fix--dsn=<dsn>[--verbose][--dry-run]
mimi set--dsn=<dsn><migration>[--verbose][--dry-run]
mimi-h|--help
其中:
--dsn=<dsn>
:DBI数据源名称字符串,例如'dbi:SQLite:database.db'
--schema=<directory>
:存放迁移脚本的目录
--dry-run
:仅执行预演,查看将会进行的操作,实际不进行任何更改
暂无评论