Next Js getServersideProps in Typescript

Lance Ranawana  
1/1/2023, 12:00:00 AM

I am using spring boot and jpa to create the table but I need to create table without @Id primary key column.It is not giving me to make the table without this @Id field. How to get this using spring data jpa?

Answers