Commit f3491796 by Oscar Gonzalez

se agrega al modelo columna de foto

parent 53166f92
...@@ -22,4 +22,6 @@ public class Birthday { ...@@ -22,4 +22,6 @@ public class Birthday {
@Temporal(TemporalType.DATE) @Temporal(TemporalType.DATE)
@DateTimeFormat(pattern = "yyyy-MM-dd") @DateTimeFormat(pattern = "yyyy-MM-dd")
private Date fecha; private Date fecha;
@Column(nullable = true, length = 64)
private String foto;
} }
Markdown is supported
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