Migration für Image;

This commit is contained in:
2020-06-13 23:26:04 +02:00
parent a425d0235c
commit 0bec6b1952
3 changed files with 437 additions and 0 deletions

View File

@@ -280,6 +280,9 @@ namespace MultipleChoiceTrainer.Migrations
.ValueGeneratedOnAdd()
.HasColumnType("int");
b.Property<string>("Image")
.HasColumnType("longtext CHARACTER SET utf8mb4");
b.Property<int>("SectionId")
.HasColumnType("int");