Add Migration for Discipline Service
This commit is contained in:
parent
ff711c38df
commit
5bb6cfbee8
26 changed files with 7386 additions and 170 deletions
|
|
@ -27,10 +27,10 @@ namespace BMA.EHR.Domain.Models.Commands.Core
|
|||
[MaxLength(100), Required, Comment("นามสกุล")]
|
||||
public string LastName { get; set; } = string.Empty;
|
||||
|
||||
[Column(TypeName = "text"), Comment("หมายเหตุ")]
|
||||
[Column(TypeName = "NCLOB"), Comment("หมายเหตุ")]
|
||||
public string Comment { get; set; } = string.Empty;
|
||||
|
||||
[Column(TypeName = "text"), Comment("หมายเหตุแนวนอน")]
|
||||
[Column(TypeName = "NCLOB"), Comment("หมายเหตุแนวนอน")]
|
||||
public string Comment2 { get; set; } = string.Empty;
|
||||
|
||||
[Comment("รหัสอ้างอิงไปยังข้อมูลผู้บรรจุ")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue