Add Oracle For ApplicationDBContext and ApplicationDBExamContext
This commit is contained in:
parent
f5558747d8
commit
ff711c38df
10 changed files with 39109 additions and 11 deletions
|
|
@ -33,7 +33,7 @@ namespace BMA.EHR.Infrastructure.Migrations
|
|||
|
||||
b.Property<string>("Detail")
|
||||
.IsRequired()
|
||||
.HasColumnType("text");
|
||||
.HasColumnType("NCLOB");
|
||||
|
||||
b.Property<string>("FileName")
|
||||
.IsRequired()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue