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})
|
@Field(keys = {Table.PRIMARY})
|
||||||
private final int nodeId;
|
private final int nodeId;
|
||||||
|
|
||||||
@Field
|
@Field(keys = {Table.PRIMARY})
|
||||||
private Timestamp createdAt;
|
private Timestamp createdAt;
|
||||||
|
|
||||||
@Field
|
@Field
|
||||||
|
|||||||
Reference in New Issue
Block a user