MinIO Service
This commit is contained in:
parent
e33c19ae8a
commit
bdd327cce2
43 changed files with 2092 additions and 1447 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue