Hi all,
I’m a Liquibase beginner and I’m not finding the way to specify a JSON type in Liquibase documentation (https://www.liquibase.org/documentation/column.html)
For PostgreSQL I found this simple answer https://forum.liquibase.org/topic/how-to-add-jsonb-columns-for-postgresql so I’m supposing to create one separate column definition for each dbms I have to manage, is this the right way to use Liquibase to manage such a situation?
Currently I’m writing only create table changeset.
Thanks and best regards
Raffaele