]> git.mxchange.org Git - jcontacts-business-core.git/commitdiff
double name fixed
authorRoland Haeder <roland@mxchange.org>
Sun, 11 Oct 2015 15:29:13 +0000 (17:29 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 11 Oct 2015 15:29:13 +0000 (17:29 +0200)
src/org/mxchange/jcontactsbusiness/CompanyContact.java

index 2e472d0e9afcfccad87042b18c0307b41b01afc8..7685c6c9fd669d4be4938fe9034874e5e6751165 100644 (file)
@@ -75,7 +75,7 @@ public class CompanyContact implements BusinessContact, Comparable<BusinessConta
         * Id number
         */
        @Id
-       @Column (name = "company_contact_id", length = 20, nullable = false, updatable = false)
+       @Column (name = "company_id", length = 20, nullable = false, updatable = false)
        @GeneratedValue (strategy = GenerationType.IDENTITY)
        private Long companyContactId;