forked from SteamWar/SteamWar
Mark createdAt as primary key in NodeData class
This commit is contained in:
@@ -83,7 +83,7 @@ public class NodeData {
|
||||
@Field(keys = {Table.PRIMARY})
|
||||
private final int nodeId;
|
||||
|
||||
@Field
|
||||
@Field(keys = {Table.PRIMARY})
|
||||
private Timestamp createdAt;
|
||||
|
||||
@Field
|
||||
|
||||
Reference in New Issue
Block a user