Closed GoogleCodeExporter closed 8 years ago
Hi,
Could you use AUTOINCREMENT instead of IDENTITY? See also:
http://h2database.com/html/grammar.html#column_definition
"Identity and auto-increment columns are columns with a sequence as the
default. The column declared as the identity columns is implicitly the primary
key column of this table (unlike auto-increment columns)."
Original comment by thomas.t...@gmail.com
on 15 Dec 2011 at 10:04
Hi,
you are right. But I cannot change the DDL because it was created
automatically by Liquibase. Maybe I should report this issue to them.
Anyway, I solved my problem adding the primary key directly from the
"CREATE TABLE" sentence, instead of adding a constraint later.
Many thanks for your support.
Original comment by jesus.ca...@gmail.com
on 15 Dec 2011 at 11:32
Original issue reported on code.google.com by
jesus.ca...@gmail.com
on 7 Dec 2011 at 6:00