sql >> Base de Datos >  >> RDS >> PostgreSQL

Cree un esquema si no existe usando spring Jpa con hibernate

Agregar esta propiedad funcionó y creó un esquema si no existe>aquí

jpaProps.put("javax.persistence.create-database-schemas", true);