Migrate เพิ่มฟิลด์สถานะคัดกรองคุณสมบัติ

This commit is contained in:
harid 2026-03-10 13:44:50 +07:00
parent 46481ef1ec
commit 2deb2927a6
5 changed files with 1671 additions and 10 deletions

View file

@ -1200,6 +1200,12 @@ namespace BMA.EHR.Recruit.Service.Migrations
.HasColumnOrder(101)
.HasComment("User Id ที่สร้างข้อมูล");
b.Property<string>("ExamAttribute")
.IsRequired()
.HasMaxLength(50)
.HasColumnType("varchar(50)")
.HasComment("สถานะคัดกรองคุณสมบัติ");
b.Property<string>("ExamId")
.IsRequired()
.HasMaxLength(50)