แก้ไข ความยาว ตัวอักษรที่เก็บได้

This commit is contained in:
nakorn
2021-10-28 10:42:03 +07:00
parent 4d7f6186d5
commit 8e8596116f
8 changed files with 2422 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ namespace tb320eva.Migrations
b.Property<DateTime?>("created_at");
b.Property<string>("description")
.HasMaxLength(4000);
.HasMaxLength(32000);
b.Property<string>("ip_address")
.HasMaxLength(191);
@@ -44,7 +44,7 @@ namespace tb320eva.Migrations
.HasMaxLength(191);
b.Property<string>("properties")
.HasMaxLength(8000);
.HasMaxLength(32000);
b.Property<int?>("subject_id");
@@ -459,7 +459,7 @@ namespace tb320eva.Migrations
b.Property<int>("id");
b.Property<string>("achievement")
.HasMaxLength(8000);
.HasMaxLength(16000);
b.Property<int?>("create_evaluation_detail_id");
@@ -539,7 +539,7 @@ namespace tb320eva.Migrations
b.Property<int>("id");
b.Property<string>("behavior")
.HasMaxLength(1000);
.HasMaxLength(16000);
b.Property<int?>("create_evaluation_detail_id");