mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Support Postgres JSONB/JSON with String - @DbJsonb String content;
This commit is contained in:
@@ -5,12 +5,12 @@ import io.ebean.test.containers.PostgresContainer;
|
||||
public class StartPostgres {
|
||||
|
||||
public static void main(String[] args) {
|
||||
PostgresContainer.builder("13")
|
||||
.port(5432)
|
||||
PostgresContainer.builder("14")
|
||||
.dbName("unit")
|
||||
.user("unit")
|
||||
.password("unit")
|
||||
.containerName("pg13x")
|
||||
//.port(6432)
|
||||
//.user("unit")
|
||||
//.password("test")
|
||||
//.containerName("ut_postgres")
|
||||
.extensions("hstore,pgcrypto")
|
||||
.build()
|
||||
.startWithDropCreate();
|
||||
|
||||
Reference in New Issue
Block a user