Database table schema in YAML Format?

We know that Flowable use Liuibase in the background for database versioning. Is it possible to describe the schema in YAML,JSON ? If so please let me know the steps.

Thank you!

Liquibase supports yaml/json as format to store the changelog, so theoretically it is possible. But what would be the use case to do so?

Hi Joram,

Thank you for responding my query.

Initially I misunderstood that both my application ( changelog ) and flowable will have common changelog and felt my application changelog should be written in SQL only. Now I understood my application can be configured separately.

Thank you !