]> git.mxchange.org Git - jcontacts-core.git/blobdiff - src/org/mxchange/jcontacts/contact/UserContact.java
Continued a bit:
[jcontacts-core.git] / src / org / mxchange / jcontacts / contact / UserContact.java
index 3a368ba1572ff50237129dd61f03ed689f1a5864..b59ef7096a0e82e6604d6953a905ea1e285e9dd1 100644 (file)
@@ -165,7 +165,7 @@ public class UserContact implements Contact {
         */
        @Id
        @GeneratedValue (strategy = GenerationType.IDENTITY)
-       @Column (name = "contact_id", length = 20, nullable = false, updatable = false)
+       @Column (name = "contact_id", nullable = false, updatable = false)
        private Long contactId;
 
        /**