Nachträgliche Migrationsänderung
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user