Migration and daily login change

This commit is contained in:
2021-10-31 14:06:11 -04:00
parent a3a50a5e07
commit e33aaa5f7b
8 changed files with 1092 additions and 6 deletions

View File

@@ -965,9 +965,15 @@ namespace TOOHUCardAPI.Migrations
b.Property<int>("MaxWave")
.HasColumnType("INTEGER");
b.Property<string>("PetEffect")
.HasColumnType("TEXT");
b.Property<int>("PetLevel")
.HasColumnType("INTEGER");
b.Property<string>("PetModel")
.HasColumnType("TEXT");
b.Property<int>("Point")
.HasColumnType("INTEGER");