Posts by Guilherme • 43 points
1 post
-
4
votes2
answers798
viewsQ: Syntax error when creating table in Postgresql using Hibernate
@Entity public class User { @Id @GeneratedValue private int id; private String name; private String email; private String sex; private int age; private Date birthday; private Date registerdate;…