When using a current Postgres (or Oracle) version with Liquibase, the “autoIncrement” attribute for a column is translated to a generated by default as identity.
Is there a way to configure Liquibase to use generated ALWAYS as identity instead?
When using a current Postgres (or Oracle) version with Liquibase, the “autoIncrement” attribute for a column is translated to a generated by default as identity.
Is there a way to configure Liquibase to use generated ALWAYS as identity instead?
hi @truls,
have you tried to refer to this page?
(Lowers his head in shame)
I was sure I went through that 
Thanks!
Sorry, for the noise