aumentada la cantidad de caracteres en la descripcion
This commit is contained in:
@@ -271,7 +271,7 @@ public partial class AlquilaFacilContext : DbContext
|
||||
.HasPrecision(12)
|
||||
.HasColumnName("costo");
|
||||
entity.Property(e => e.Descripcion)
|
||||
.HasMaxLength(40)
|
||||
.HasMaxLength(100)
|
||||
.HasColumnName("descripcion");
|
||||
entity.Property(e => e.Idcontrato)
|
||||
.HasColumnType("bigint(20)")
|
||||
|
||||
Reference in New Issue
Block a user