Adjust IDENTITY in DDLs for H2 2.x compatibility
See gh-29200
This commit is contained in:
committed by
Stephane Nicoll
parent
37c1f47902
commit
e3d0f1feee
@@ -1,4 +1,4 @@
|
||||
CREATE TABLE FOO (
|
||||
id INTEGER IDENTITY PRIMARY KEY,
|
||||
id INTEGER GENERATED BY DEFAULT AS IDENTITY PRIMARY KEY,
|
||||
name VARCHAR(30)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user