migrate add ScoreExpireDate
All checks were successful
Build & Deploy on Dev / build (push) Successful in 48s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 48s
This commit is contained in:
parent
853b5c59f6
commit
b5567b5459
6 changed files with 1680 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue