1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 09:46:17 +00:00

Fix Hibernate entity

This commit is contained in:
jendib
2013-09-05 21:43:45 +02:00
parent c40e7e1cc9
commit 726121d8c8

View File

@@ -50,7 +50,7 @@ public class Tag {
/** /**
* Tag name. * Tag name.
*/ */
@Column(name = "TAG_COLOR_C", nullable = false, length = 6) @Column(name = "TAG_COLOR_C", nullable = false, length = 7)
private String color; private String color;
/** /**