เพิ่มขนาดช่องเก็บ และปรับ logic

This commit is contained in:
Nakorn Rientrakrunchai
2020-12-07 18:14:50 +07:00
parent 8ac63e8ec6
commit 629b29180a
6 changed files with 738 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ namespace tb320eva.Migrations
b.Property<int>("id");
b.Property<string>("command_no")
.HasMaxLength(100);
.HasMaxLength(4000);
b.Property<int?>("create_evaluation_id");