This commit is contained in:
Bright 2025-09-02 18:06:00 +07:00
parent f5f4115ef0
commit 8a3df45c03
5 changed files with 1831 additions and 21 deletions

View file

@ -1162,7 +1162,6 @@ namespace BMA.EHR.Recruit.Service.Migrations
.HasComment("ภาคความรู้ความสามารถที่ใช้เฉพาะตำแหน่ง ผลประเมิน");
b.Property<string>("BStatus")
.IsRequired()
.HasMaxLength(50)
.HasColumnType("varchar(50)");