MinIO Service

This commit is contained in:
Suphonchai Phoonsawat 2023-03-25 20:03:27 +07:00
parent e33c19ae8a
commit bdd327cce2
43 changed files with 2092 additions and 1447 deletions

View file

@ -45,10 +45,8 @@ namespace BMA.EHR.Recruit.Service.Migrations
.HasMaxLength(128)
.HasColumnType("varchar(128)");
b.Property<string>("ObjectRefId")
.IsRequired()
.HasMaxLength(64)
.HasColumnType("varchar(64)");
b.Property<Guid>("ObjectRefId")
.HasColumnType("char(36)");
b.HasKey("Id");