Nachträgliche Migrationsänderung

This commit is contained in:
Mac_Slash
2020-04-28 18:53:22 +02:00
parent d7f45de417
commit bba265f9d9
11 changed files with 413 additions and 124 deletions

View File

@@ -1308,10 +1308,10 @@ namespace ReallifeGamemode.Database.Migrations
b.Property<int?>("BankAccountId")
.HasColumnType("int");
b.Property<int?>("BusSkill")
b.Property<int>("BusSkill")
.HasColumnType("int");
b.Property<int?>("BusinessId")
b.Property<int>("BusinessId")
.HasColumnType("int");
b.Property<int?>("CharacterId")