-1
I would like to know if it is possible (if it is, how to do) to define the order of the columns in the banco de dados
using JPA
. I noticed that it creates the column Id
first, and then the columns in alphabetical order, as in the image below, but I would like to define the ordering of the column (for example, the column First name first), stating which comes first.
Thanks for the reply @Gustavo
– Fabio Souza