Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 liquibase 库,我想模拟使用现有数据库。所以从命令行我设法生成了更改日志,我想知道是否可以为表内的数据生成插入语句?
感谢您阅读本文。
是的。使用从生成的更改日志中引用的 --diffTypes="data" 参数输出 CSV 文件并将填充您的数据库。