]> git.mxchange.org Git - jcountry-core.git/commitdiff
size only applies for strings, no need here (cleanup)
authorRoland Haeder <roland@mxchange.org>
Thu, 7 Apr 2016 09:25:19 +0000 (11:25 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 7 Apr 2016 09:25:19 +0000 (11:25 +0200)
src/org/mxchange/jcountry/data/CountryData.java

index 8965007d40359e48c6cf2f16187b896908cececb..450d07995438b69722329f18f0fe7dcfc655ff56 100644 (file)
@@ -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;
 
        /**