mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1344 - ENH: Add initial Cockroach DB support ... need to review JSON
Adds in the DB ARRAY support (exactly the same as Postgres)
This commit is contained in:
@@ -19,7 +19,7 @@ ebean.ddl.generate=true
|
||||
ebean.ddl.run=true
|
||||
ebean.ddl.header=-- Generated by ebean ${version} at ${timestamp}
|
||||
ebean.packages=org.tests
|
||||
datasource.default=h2
|
||||
datasource.default=pg
|
||||
|
||||
ebean.autoReadOnlyDataSource=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user