añadido un bit de habilitado
This commit is contained in:
@@ -424,6 +424,10 @@ public partial class AlquilaFacilContext : DbContext
|
||||
entity.Property(e => e.Id)
|
||||
.HasColumnType("int(11)")
|
||||
.HasColumnName("id");
|
||||
entity.Property(e => e.Habilitado)
|
||||
.IsRequired()
|
||||
.HasDefaultValueSql("'1'")
|
||||
.HasColumnName("habilitado");
|
||||
entity.Property(e => e.Nombre)
|
||||
.HasMaxLength(12)
|
||||
.HasColumnName("nombre");
|
||||
|
||||
Reference in New Issue
Block a user