added anotation for the column name in order to avoid mysql syntax errors
Compare changes
@@ -2,6 +2,7 @@ package org.etsi.osl.oas.model;
@@ -16,7 +17,7 @@ import lombok.Data;
@@ -33,5 +34,6 @@ public class ActionCharacteristic {
Closes #5 (closed)
After adding the column name anotation @Column(name = "\"value\"")
the test pass and the column has no change in its name so no problem should arrise in already deployed scenarios.