tonilopezmr / tonilopezmr.github.io

My web portfolio.
https://tonilopezmr-github-io.vercel.app
Other
4 stars 1 forks source link

H2 SQL compatibility with postgresSQL #21

Open tonilopezmr opened 6 years ago

tonilopezmr commented 6 years ago

You need to add to the SQL file this line to the compatibility with H2

CREATE DOMAIN IF NOT EXISTS TIMESTAMPTZ AS TIMESTAMP;

References

https://github.com/h2database/h2database/issues/521