You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure -- haven't tested H2 in a while. But I've started to get away from using createTable() in my own code. It's better to just use straight sql: db.sql("CREATE TABLE foo (col1 boolean, col2 varchar)").execute();
Hello, i get this problem in h2 database. When i use boolean field, It converts It to varchar. How can that be possible.?
I,.e. boolean SEEN
When i look generated table, i see it's varchar
Thanks in avance.
The text was updated successfully, but these errors were encountered: