We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9bdcc commit e6a2d94Copy full SHA for e6a2d94
logicaldoc-core/src/main/java/com/logicaldoc/core/metadata/AttributeOption.java
@@ -39,10 +39,10 @@ public class AttributeOption extends PersistentObject implements Comparable<Attr
39
/**
40
* An category, just to organize the values in groups
41
*/
42
- @Column(name = "ld_category", nullable = false)
+ @Column(name = "ld_category")
43
private String category;
44
45
- @Column(name = "ld_label", nullable = false)
+ @Column(name = "ld_label")
46
private String label;
47
48
@Column(name = "ld_position", nullable = false)
0 commit comments