add table and class for gentree

This commit is contained in:
Suphonchai Phoonsawat 2023-10-11 11:01:49 +07:00
parent ccebc7773f
commit eb960ce533
8 changed files with 16951 additions and 1 deletions

View file

@ -482,6 +482,11 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("text")
.HasComment("หมายเหตุ");
b.Property<string>("Comment2")
.IsRequired()
.HasColumnType("text")
.HasComment("หมายเหตุแนวนอน");
b.Property<DateTime>("CreatedAt")
.HasColumnType("datetime(6)")
.HasColumnOrder(100)