Games have icon and logo
This commit is contained in:
@ -38,6 +38,12 @@ namespace API.Migrations
|
||||
.ValueGeneratedOnAdd()
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<string>("IconUrl")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<string>("LogoUrl")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<string>("Name")
|
||||
.IsRequired()
|
||||
.HasColumnType("TEXT");
|
||||
|
Reference in New Issue
Block a user