Migrate & Fix Report ขอลาออก #1661, #1665
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
Bright 2025-07-25 18:08:48 +07:00
parent b548d8fea6
commit b40d4e2765
7 changed files with 21430 additions and 0 deletions

View file

@ -17661,6 +17661,10 @@ namespace BMA.EHR.Infrastructure.Migrations
.IsRequired()
.HasColumnType("longtext");
b.Property<string>("PositionExecutiveName")
.IsRequired()
.HasColumnType("longtext");
b.Property<string>("PositionName")
.IsRequired()
.HasColumnType("longtext");
@ -18642,6 +18646,10 @@ namespace BMA.EHR.Infrastructure.Migrations
.IsRequired()
.HasColumnType("longtext");
b.Property<string>("PositionExecutiveName")
.IsRequired()
.HasColumnType("longtext");
b.Property<string>("PositionName")
.IsRequired()
.HasColumnType("longtext");