forked from Cookies_Github_mirror/AquaDX
[aimedb] Change extId type to integer
This commit is contained in:
@@ -26,7 +26,7 @@ public class Card implements Serializable {
|
||||
|
||||
// A external id
|
||||
@Column(name = "ext_id", unique = true)
|
||||
private long extId;
|
||||
private Integer extId;
|
||||
|
||||
// Access Code
|
||||
@Column(unique = true)
|
||||
|
||||
Reference in New Issue
Block a user