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?