fix error and add more api for cms

This commit is contained in:
Suphonchai Phoonsawat 2023-04-28 11:23:42 +07:00
parent 2bd62de015
commit 86ec5de116
20 changed files with 1600 additions and 124 deletions

View file

@ -631,7 +631,7 @@ namespace BMA.EHR.Recruit.Service.Migrations
.HasComment("User Id ที่สร้างข้อมูล");
b.Property<string>("Detail")
.HasColumnType("text")
.HasColumnType("longtext")
.HasColumnOrder(4)
.HasComment("รายละเอียด");