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:
Michael Dick 2009-08-09 20:40:49 +00:00
parent fb2a45a739
commit 61b85e4b1a
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class SimpleEntity implements Serializable {
@Id
@GeneratedValue
@Column(name = "ID",columnDefinition="")
@Column(name = "ID")
private long id;
@Basic