เพิ่มฟิล ตามที่เพลงขอ และเติมที่จำเป็น

This commit is contained in:
Nakorn Rientrakrunchai
2020-12-11 19:26:58 +07:00
parent 8df0daba91
commit f891f9dda2
13 changed files with 1090 additions and 241 deletions

View File

@@ -85,12 +85,21 @@ namespace tb320eva.Migrations
b.Property<decimal?>("middle");
b.Property<string>("migration_eva_result")
.HasMaxLength(1000);
b.Property<decimal?>("migration_total_score");
b.Property<decimal?>("new_cost_living");
b.Property<decimal?>("new_sarary");
b.Property<decimal?>("new_sarary_with_quota");
b.Property<decimal?>("other_money_at_this_time");
b.Property<decimal?>("position_allowance_at_this_time");
b.Property<string>("position_this_time")
.HasMaxLength(1000);