This commit is contained in:
Bright 2025-03-24 14:40:46 +07:00
parent c1a20aca35
commit 484ff73667
4 changed files with 19972 additions and 0 deletions

View file

@ -13263,6 +13263,10 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("longtext")
.HasComment("สังกัดเดิม");
b.Property<string>("PositionExecutive")
.HasColumnType("longtext")
.HasComment("ตำแหน่งทางการบริหาร");
b.Property<string>("PositionExecutiveOld")
.HasColumnType("longtext")
.HasComment("ตำแหน่งทางการบริหารเดิม");