JPA-based event publications created by JPA provider using wrong column definition in PostgreSQL #1057
Labels
in: event publication registry
Event publication registry
meta: waiting for feedback
Waiting for feedback of the original reporter
Hey @odrotbohm, I found a strange aberration. I created a simple application with JPA + PostgreSQL, I let JPA create the schema (I know, I know you recommend creating it yourself). However, documentation says that the columns should be
TEXT
, but when JPA initializes the default schema, it defines a varchar(255), which is quite small forserialized_event
.Definition from documentation:
Is the documentation outdated, or is something wrong with the
spring-modulith-starter-jpa
package ?The text was updated successfully, but these errors were encountered: