Clothe Shop finished
This commit is contained in:
@@ -874,6 +874,28 @@ namespace ReallifeGamemode.Database.Migrations
|
||||
b.HasDiscriminator<string>("Discriminator").HasValue("ServerVehicle");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("ReallifeGamemode.Database.Entities.ShopClothe", b =>
|
||||
{
|
||||
b.Property<int>("Id")
|
||||
.ValueGeneratedOnAdd();
|
||||
|
||||
b.Property<int>("Category");
|
||||
|
||||
b.Property<int>("ClotheId");
|
||||
|
||||
b.Property<int>("ComponentId");
|
||||
|
||||
b.Property<bool>("Gender");
|
||||
|
||||
b.Property<int>("Price");
|
||||
|
||||
b.Property<string>("TypeId");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.ToTable("ShopClothes");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("ReallifeGamemode.Database.Entities.TuningGarage", b =>
|
||||
{
|
||||
b.Property<int>("Id")
|
||||
|
||||
Reference in New Issue
Block a user