migration: añadido leido bit
This commit is contained in:
@@ -399,6 +399,7 @@ public partial class AlquilaFacilContext : DbContext
|
||||
entity.Property(e => e.Idpropiedad)
|
||||
.HasColumnType("int(11)")
|
||||
.HasColumnName("idpropiedad");
|
||||
entity.Property(e => e.Leido).HasColumnName("leido");
|
||||
entity.Property(e => e.Mensaje)
|
||||
.HasMaxLength(255)
|
||||
.HasColumnName("mensaje");
|
||||
|
||||
Reference in New Issue
Block a user