แก้ไข ความยาว ตัวอักษรที่เก็บได้
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user