@@ -21,6 +21,7 @@ public class Volunteer {
private String surname;
private String phone;
private String email;
+ @Column(length = 500)
private String comment;
private Boolean imported;