migrate add ScoreExpireDate
All checks were successful
Build & Deploy on Dev / build (push) Successful in 48s

This commit is contained in:
harid 2026-07-01 18:07:57 +07:00
parent 853b5c59f6
commit b5567b5459
6 changed files with 1680 additions and 8 deletions

View file

@ -728,6 +728,11 @@ namespace BMA.EHR.Recruit.Migrations
.HasColumnOrder(10)
.HasComment("วันเริ่มสมัครสอบ");
b.Property<DateTime?>("ScoreExpireDate")
.HasColumnType("datetime(6)")
.HasColumnOrder(15)
.HasComment("วันหมดอายุบัญชี");
b.Property<int>("Year")
.HasColumnType("int")
.HasColumnOrder(1)