forked from sanchezvem/PyroFetes
fixed errors in database
This commit is contained in:
@@ -505,7 +505,8 @@ namespace PyroFetes.Migrations
|
||||
|
||||
b.Property<string>("ApprovalNumber")
|
||||
.IsRequired()
|
||||
.HasColumnType("nvarchar(max)");
|
||||
.HasMaxLength(100)
|
||||
.HasColumnType("nvarchar(100)");
|
||||
|
||||
b.Property<int>("Caliber")
|
||||
.HasColumnType("int");
|
||||
|
||||
Reference in New Issue
Block a user