@Column(name=\"open\")
Using sqlserver dialect with hibernate.
[SchemaUpdate] Unsuccessful: create table auth_session (id numeric(1
Some JPA implementations (e.g the one I use, DataNucleus) automatically quote the identifier for you, so you never get this.