]> git.mxchange.org Git - addressbook-lib.git/blobdiff - src/org/mxchange/addressbook/model/addressbook/UserAddressbook.java
Continued a bit:
[addressbook-lib.git] / src / org / mxchange / addressbook / model / addressbook / UserAddressbook.java
index 5f886a6d09e4d6ff7b460ea6df7419f6594aa330..0606f3c2273dbdecda1d73b8e1a822a4967d62ff 100644 (file)
@@ -73,7 +73,7 @@ public class UserAddressbook implements Addressbook {
         */
        @Id
        @GeneratedValue (strategy = GenerationType.IDENTITY)
-       @Column (name = "addressbook_id", length = 20, nullable = false, updatable = false)
+       @Column (name = "addressbook_id", nullable = false, updatable = false)
        private Long addressbookId;
 
        /**