fix defect 25-04-2023
This commit is contained in:
parent
de70220236
commit
2bd62de015
26 changed files with 3131 additions and 155 deletions
|
|
@ -1087,6 +1087,12 @@ namespace BMA.EHR.Recruit.Service.Migrations
|
|||
.HasMaxLength(200)
|
||||
.HasColumnType("varchar(200)");
|
||||
|
||||
b.Property<string>("Number")
|
||||
.IsRequired()
|
||||
.HasMaxLength(200)
|
||||
.HasColumnType("varchar(200)")
|
||||
.HasComment("ลำดับที่สอบได้");
|
||||
|
||||
b.Property<double>("PercentageA")
|
||||
.HasColumnType("double");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue