Author: gauthamkarthik534
-
Drop Table With Liquibase in Spring Boot
Drop table means deleting data along with strcture of table from that schema. Most of the times we cannot rollback that action. So please get it confirmed before performing this drop operation. In Liquibase we can use this Drop Table change set . Below is the syntax for it. <changeSet author=”liquibase-docs” id=”dropTable-example”> <dropTable cascadeConstraints=”true” catalogName=”cat”…
-
Hello , I am karthik
In this kbtutorials.in . I will try to make tutorials of my learnings.Regularly. Hope its useful for you.