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

@ -17,7 +17,7 @@ namespace BMA.EHR.Domain.Models.Documents
[Required, MaxLength(128)]
public string FileType { get; set; } = string.Empty;
[Column(TypeName = "text")]
[Column(TypeName = "NCLOB")]
public string Detail { get; set; } = string.Empty;
[Required]