HHH-13945 Fix issues on PostgreSQL

This commit is contained in:
Christian Beikov 2020-11-23 14:44:51 +01:00
parent e3a9ee61f2
commit c3eaa7cf30
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import java.util.List;
* @author Luke Chen
*/
@Entity
@Table(name = "user")
@Table(name = "user_tbl")
public class User {
@Id