我有一个liquibase格式的sql文件,其中包含以下更改集,其中sql查询被注释掉 --liquibase formatted sql
--commenttable set col=null;
--comment test
--update table set col1=null; 当我在oracle数据库上运行liquiba
我正在尝试执行下面的sql方法,除了可以执行任何sql查询的方法之外,我还使用了springboot中的liquibase。 下面的查询在psql终端中执行时没有错误,正如预期的那样工作良好。执行上面的代码行时抛出的错误。:
Migration failed for change set db/changelog/changes/version/db.cha