เพิ่มขนาดช่องเก็บ และปรับ logic
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user