#388 - Postgres DbType.HSTORE ... not registered as logical type for DbMigration

This commit is contained in:
Robin Bygrave
2015-08-19 13:16:22 +12:00
parent b1780948a8
commit ea54d1b794
@@ -103,6 +103,7 @@ public class DbTypeMap {
if (logicalTypes) {
// keep it logical for 2 layer DDL generation
put(DbType.HSTORE, new DbType("hstore"));
put(DbType.JSON, new DbType("json"));
put(DbType.JSONB, new DbType("jsonb"));
put(DbType.JSONClob, new DbType("jsonclob"));