แก้ขนาดฟิล

This commit is contained in:
Nakorn Rientrakrunchai
2021-03-11 08:19:58 +07:00
parent 1540543f1f
commit d78406c2bd
4 changed files with 963 additions and 2 deletions

View File

@@ -347,7 +347,7 @@ namespace tb320eva.Migrations
b.Property<int>("id");
b.Property<string>("achievement")
.HasMaxLength(3000);
.HasMaxLength(8000);
b.Property<int?>("create_evaluation_detail_id");