- size only applies for strings, no need here (cleanup)
- updated jar(s)
*/
@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;
/**
*/
@Id
@GeneratedValue (strategy = GenerationType.IDENTITY)
- @Column (name = "share_id", length = 20, nullable = false, updatable = false)
+ @Column (name = "share_id", nullable = false, updatable = false)
private Long shareId;
/**