Is there a way to create new table for enum type in spring boot jpa?

Viewed 27

Is there any way to define an enum in spring boot such that a new table for that enum will be created and also they will be mapped to another entities that use the enum?

1 Answers
Related