Skip to content
Snippets Groups Projects
Commit 04cbe012 authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

descr length

parent 75d243c1
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ public class Variable {
@ManyToMany(fetch = FetchType.EAGER, mappedBy = "variables")
private List<Query> queries = new LinkedList<>();
@Column(columnDefinition = "text")
private String description = null;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment