markxnelson/demo-testcontainers-oracle

Schema issue

Opened this issue · 0 comments

You will encounter an issue when you want to add a schema on the entity:

@Table(name="ANIMAL", schema="Zoo")
@Entity

instead of
@Entity

@Table(name="ANIMAL")
@Entity