Updated column name.
This commit is contained in:
@@ -40,7 +40,7 @@ public class UserActionEntity extends BaseEntity {
|
||||
@Column(name = "RESPONSE")
|
||||
private String response;
|
||||
|
||||
@Column(name = "IS_DELETED")
|
||||
private String isDeleted;
|
||||
@Column(name = "IS_DELETED", nullable = false)
|
||||
private Boolean isDeleted = false;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user