From: Roland Haeder <roland@mxchange.org>
Date: Thu, 7 Apr 2016 09:25:19 +0000 (+0200)
Subject: size only applies for strings, no need here (cleanup)
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b2886897d9a4ca00bf9aed60ee2def9c63fd121e;p=jcountry-core.git

size only applies for strings, no need here (cleanup)
---

diff --git a/src/org/mxchange/jcountry/data/CountryData.java b/src/org/mxchange/jcountry/data/CountryData.java
index 8965007..450d079 100644
--- a/src/org/mxchange/jcountry/data/CountryData.java
+++ b/src/org/mxchange/jcountry/data/CountryData.java
@@ -83,7 +83,7 @@ public class CountryData implements Country {
 	 */
 	@Id
 	@GeneratedValue (strategy = GenerationType.IDENTITY)
-	@Column (name = "country_id", length = 20, nullable = false, updatable = false)
+	@Column (name = "country_id", nullable = false, updatable = false)
 	private Long countryId;
 
 	/**