I added a new column with spring boot jpa table. However while saving the entity i get a roll back error

后端 未结 0 928
没有蜡笔的小新
没有蜡笔的小新 2020-12-04 06:52

Initial class

@Entity @Table class User

@Id
@GeneratedValue(strategy = GenerationType.SEQUENCE)
private Long id

private Long pid

@Te         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题