Hello
I am new to Liquibase and am using it in one of my projects. Is
there a possibility of creating inheritance structure in Liquibase. I
would like to create two tables (one parent , one child). I am
currently using postgresql database. How can I implement the
inheritance such that the child inherits all the columns from the
parent table. Is there a specific syntax to declare inheritance in
Liquibase (XML syntax). Any help would be greatly appreciated.
Thanks
Shashank