Liquibase学习之路-changelog的应用
1.使用dropNotNullConstraint删除字段不可为空约束
<changeSet id="20211228150935-change-1" author="CageZhao">
<dropNotNullConstraint tableName="c_05_content_apply" columnName="version" columnDataType="integer"/>
</changeSet>
1.使用dropNotNullConstraint删除字段不可为空约束
<changeSet id="20211228150935-change-1" author="CageZhao">
<dropNotNullConstraint tableName="c_05_content_apply" columnName="version" columnDataType="integer"/>
</changeSet>