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:
@@ -50,7 +50,7 @@ public class Tag {
|
||||
/**
|
||||
* Tag name.
|
||||
*/
|
||||
@Column(name = "TAG_COLOR_C", nullable = false, length = 6)
|
||||
@Column(name = "TAG_COLOR_C", nullable = false, length = 7)
|
||||
private String color;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user