mirror of https://github.com/apache/openjpa.git
OPENJPA-1234: Remove mistakenly added columnDefinition..
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@802589 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb2a45a739
commit
61b85e4b1a
|
@ -57,7 +57,7 @@ public class SimpleEntity implements Serializable {
|
||||||
|
|
||||||
@Id
|
@Id
|
||||||
@GeneratedValue
|
@GeneratedValue
|
||||||
@Column(name = "ID",columnDefinition="")
|
@Column(name = "ID")
|
||||||
private long id;
|
private long id;
|
||||||
|
|
||||||
@Basic
|
@Basic
|
||||||
|
|
Loading…
Reference in New Issue