api v2.1
This commit is contained in:
@@ -51,7 +51,7 @@ namespace Infrastructure.Migrations
|
||||
.ValueGeneratedOnAdd()
|
||||
.HasColumnType("uuid");
|
||||
|
||||
b.Property<byte[]>("Description")
|
||||
b.Property<byte[]>("Content")
|
||||
.IsRequired()
|
||||
.HasColumnType("bytea");
|
||||
|
||||
@@ -63,7 +63,7 @@ namespace Infrastructure.Migrations
|
||||
b.ToTable("MedicalHistories");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Core.Entities.Pacient", b =>
|
||||
modelBuilder.Entity("Core.Entities.Patient", b =>
|
||||
{
|
||||
b.Property<Guid>("Id")
|
||||
.ValueGeneratedOnAdd()
|
||||
@@ -80,7 +80,7 @@ namespace Infrastructure.Migrations
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.ToTable("Pacients");
|
||||
b.ToTable("Patients");
|
||||
});
|
||||
#pragma warning restore 612, 618
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user