migrate
Some checks failed
release-dev / release-dev (push) Failing after 10s

This commit is contained in:
harid 2025-11-17 18:20:29 +07:00
parent b4cc522fef
commit 0065468568
6 changed files with 21310 additions and 27 deletions

View file

@ -12794,8 +12794,8 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("longtext")
.HasComment("ตำแหน่งปัจจุบัน ประเภทราชการ");
b.Property<int?>("OccupationSalary")
.HasColumnType("int")
b.Property<double?>("OccupationSalary")
.HasColumnType("double")
.HasComment("ตำแหน่งปัจจุบัน เงินเดือน");
b.Property<string>("OccupationTelephone")