Spalte 'COMMENT' zu Entitäten und Dto's hinzugefügt:
This commit is contained in:
@@ -30,5 +30,8 @@ namespace EnvelopeGenerator.Domain.Entities
|
||||
|
||||
[Column("ACTION_DATE", TypeName = "datetime")]
|
||||
public DateTime? ActionDate { get; set; }
|
||||
|
||||
[Column("COMMENT", TypeName = "nvarchar(max)")]
|
||||
public string? Comment { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user