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
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| addAutoIncrement doesn't work for PostgreSQL | 2 | 1784 | May 16, 2010 | |
| Formatted sql identity auto increment syntax? | 1 | 1975 | April 21, 2022 | |
| Support Oracle 12c feature identity (autoincrement) | 3 | 968 | January 21, 2014 | |
| Liquibase 2.0.4: how come the autoIncrement keeps getting dropped? | 0 | 349 | June 6, 2012 | |
| CreateTable using changeset with auto_increment for oracle/postgresql/mysql | 3 | 8726 | June 3, 2023 |