]> git.mxchange.org Git - jcustomer-core.git/blobdiff - src/org/mxchange/jshopcore/model/category/ProductCategory.java
Continued a bit:
[jcustomer-core.git] / src / org / mxchange / jshopcore / model / category / ProductCategory.java
index cc632786b728f9ffafcf5224f88bd59015e5a076..37e544480ffdf671235c98945e64dca21223539c 100644 (file)
@@ -46,7 +46,7 @@ public class ProductCategory implements Category {
         */
        @Id
        @GeneratedValue (strategy = GenerationType.IDENTITY)
-       @Column (name = "category_id", length = 20, nullable = false)
+       @Column (name = "category_id", nullable = false)
        private Long categoryId;
 
        /**