Add Oracle For ApplicationDBContext and ApplicationDBExamContext
This commit is contained in:
parent
f5558747d8
commit
ff711c38df
10 changed files with 39109 additions and 11 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue