forked from Cookies_Github_mirror/AquaDX
[general] Fix all type mismatch with db
This commit is contained in:
@@ -26,7 +26,7 @@ public class Card implements Serializable {
|
||||
|
||||
// A external id
|
||||
@Column(name = "ext_id", unique = true)
|
||||
private Integer extId;
|
||||
private Long extId;
|
||||
|
||||
// Access Code
|
||||
@Column(unique = true)
|
||||
|
||||
@@ -24,6 +24,7 @@ public class PropertyEntry implements Serializable {
|
||||
@Column(unique = true)
|
||||
private String propertyKey;
|
||||
|
||||
@Column(columnDefinition = "TEXT")
|
||||
private String propertyValue;
|
||||
|
||||
public PropertyEntry(String propertyKey, String propertyValue) {
|
||||
|
||||
Reference in New Issue
Block a user