เพิ่มฟิลเพื่อรองรับการจัดข้อมูลเก่า

This commit is contained in:
Nakorn Rientrakrunchai
2020-12-21 21:44:54 +07:00
parent 60eec3b098
commit 1b60be5236
21 changed files with 813 additions and 9 deletions

View File

@@ -51,6 +51,9 @@ namespace tb320eva.Migrations
b.Property<decimal?>("percentage");
b.Property<string>("report_type")
.HasMaxLength(1000);
b.Property<DateTime?>("theDate");
b.Property<int?>("theRound");
@@ -96,6 +99,8 @@ namespace tb320eva.Migrations
b.Property<decimal?>("new_sarary_with_quota");
b.Property<int?>("order_at_this_time");
b.Property<int?>("org_at_this_time");
b.Property<decimal?>("other_money_at_this_time");