I’m new to liquibase, Can anybody help me on how to use liquibase-modify-column jar for using modifyColumn feature in liquibase 3.6.3 to fix the current problem.
cvc-complex-type.2.4.a: Invalid content was found starting with element '{“http://www.liquibase.org/xml/ns/dbchangelog”:modifyColumn}’.
I have use modifyColumn tag with liquibase 3.6.3, Please help me how can i able to use.
As per the liquibase github Wiki - Home · liquibase/liquibase-modify-column Wiki · GitHub
modifyColumn tag can be used with modify-column.jar.
So, How can i make it work with my maven project?
Thank You.