0

I have an application to create a simple SQL table with the following columns:

  1. FirstName
  2. LastName
  3. Age
  4. Gender

And the column order should be the same. But I am getting different order than expected. I am using spring boot and JPA. I have the model class with the same order, but some how I'm not getting the expected output. Can anyone please help on this? Thanks in advance!

Expected order should be (FirstName, LastName, Age, Gender). Getting the shuffled order.

Jonathan JOhx
  • 5,784
  • 2
  • 17
  • 33

0 Answers0