review changes

This commit is contained in:
Noemi Szemenyei
2022-02-17 09:52:23 +01:00
parent c6fa60f28c
commit e3980a14a2
2 changed files with 10 additions and 4 deletions
@@ -5,6 +5,7 @@ import io.ebean.annotation.EnumValue;
import io.ebean.annotation.Index;
import io.ebean.annotation.NotNull;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.ManyToOne;
@@ -41,6 +42,9 @@ public class EBasic {
@Size(max=127)
String description;
@Column(columnDefinition = "db2;blob(64M);sqlserver,h2;varchar(227);varchar(127)")
String description2;
Timestamp someDate;