Define common columns

Hi all. I am very new to Liquibase and literally started working with it today. I’m not sure if this has already been discussed, but is there a way to define a common set of columns that could be used in subsequent changeSets?

The specific scenario I had in mind was to define a set of standardised audit columns that I could apply to relevant changeSets.

Thanks for taking the time to read
Abs

Hi @abs. There’s nothing out of the box to support that. You could extend liquibase, specifically you might want to create a custom SQLGenerator. You can see docs on that here: Add a SqlGenerator - contribute.liquibase.com