Add Tenant Id

This commit is contained in:
Thanakarn Klangkasame
2025-09-30 17:13:56 +07:00
parent b9eef5c3d3
commit f505e31cfd
5 changed files with 1586 additions and 1 deletions

View File

@@ -1240,6 +1240,9 @@ namespace AMREZ.EOP.Infrastructures.Migrations
.HasMaxLength(128)
.HasColumnType("character varying(128)");
b.Property<Guid>("TenantId")
.HasColumnType("uuid");
b.Property<DateTimeOffset>("UpdatedAtUtc")
.ValueGeneratedOnAdd()
.HasColumnType("timestamp with time zone")