So CODE is not in fact part of the primary key, thanks Mark.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@387 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -70,7 +70,6 @@ public class StringCodeRecord extends PersistentRecord
|
|||||||
@Column(name="VALUE")
|
@Column(name="VALUE")
|
||||||
public String value;
|
public String value;
|
||||||
|
|
||||||
@Id
|
|
||||||
@Column(name="CODE")
|
@Column(name="CODE")
|
||||||
public int code;
|
public int code;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user