Add Oracle For ApplicationDBContext and ApplicationDBExamContext

This commit is contained in:
Suphonchai Phoonsawat 2024-05-03 14:02:06 +07:00
parent f5558747d8
commit ff711c38df
10 changed files with 39109 additions and 11 deletions

View file

@ -33,7 +33,7 @@ namespace BMA.EHR.Infrastructure.Migrations
b.Property<string>("Detail")
.IsRequired()
.HasColumnType("text");
.HasColumnType("NCLOB");
b.Property<string>("FileName")
.IsRequired()