|
|
|
|
// <auto-generated />
|
|
|
|
|
using Kehyeedra3;
|
|
|
|
|
using Microsoft.EntityFrameworkCore;
|
|
|
|
|
using Microsoft.EntityFrameworkCore.Infrastructure;
|
|
|
|
|
using Microsoft.EntityFrameworkCore.Migrations;
|
|
|
|
|
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
|
|
|
|
|
|
|
|
|
namespace Kehyeedra3.Migrations
|
|
|
|
|
{
|
|
|
|
|
[DbContext(typeof(ApplicationDbContext))]
|
|
|
|
|
[Migration("20200222174350_feesh")]
|
|
|
|
|
partial class feesh
|
|
|
|
|
{
|
|
|
|
|
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
|
|
|
|
{
|
|
|
|
|
#pragma warning disable 612, 618
|
|
|
|
|
modelBuilder
|
|
|
|
|
.HasAnnotation("ProductVersion", "3.1.1")
|
|
|
|
|
.HasAnnotation("Relational:MaxIdentifierLength", 64);
|
|
|
|
|
|
|
|
|
|
modelBuilder.Entity("Kehyeedra3.Services.Models.Fishing", b =>
|
|
|
|
|
{
|
|
|
|
|
b.Property<ulong>("Id")
|
|
|
|
|
.ValueGeneratedOnAdd()
|
|
|
|
|
.HasColumnType("bigint unsigned");
|
|
|
|
|
|
|
|
|
|
b.Property<string>("Inventory")
|
|
|
|
|
.HasColumnType("json");
|
|
|
|
|
|
|
|
|
|
b.Property<ulong>("LastFish")
|
|
|
|
|
.HasColumnType("bigint unsigned");
|
|
|
|
|
|
|
|
|
|
b.Property<ulong>("Lvl")
|
|
|
|
|
.HasColumnType("bigint unsigned");
|
|
|
|
|
|
|
|
|
|
b.Property<ulong>("TXp")
|
|
|
|
|
.HasColumnType("bigint unsigned");
|
|
|
|
|
|
|
|
|
|
b.Property<ulong>("Xp")
|
|
|
|
|
.HasColumnType("bigint unsigned");
|
|
|
|
|
|
|
|
|
|
b.HasKey("Id");
|
|
|
|
|
|
|
|
|
|
b.ToTable("Fishing");
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
modelBuilder.Entity("Kehyeedra3.Services.Models.Reminder", b =>
|
|
|
|
|
{
|
|
|
|
|
b.Property<ulong>("Id")
|
|
|
|
|
.ValueGeneratedOnAdd()
|
|
|
|
|
.HasColumnType("bigint unsigned");
|
|
|
|
|
|
|
|
|
|
b.Property<ulong>("Created")
|
|
|
|
|
.HasColumnType("bigint unsigned");
|
|
|
|
|
|
|
|
|
|
b.Property<string>("Message")
|
|
|
|
|
.HasColumnType("longtext CHARACTER SET utf8mb4");
|
|
|
|
|
|
|
|
|
|
b.Property<ulong>("Send")
|
|
|
|
|
.HasColumnType("bigint unsigned");
|
|
|
|
|
|
|
|
|
|
b.Property<ulong>("UserId")
|
|
|
|
|
.HasColumnType("bigint unsigned");
|
|
|
|
|
|
|
|
|
|
b.HasKey("Id");
|
|
|
|
|
|
|
|
|
|
b.ToTable("Reminders");
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
modelBuilder.Entity("Kehyeedra3.Services.Models.User", b =>
|
|
|
|
|
{
|
|
|
|
|
b.Property<ulong>("Id")
|
|
|
|
|
.ValueGeneratedOnAdd()
|
|
|
|
|
.HasColumnType("bigint unsigned");
|
|
|
|
|
|
|
|
|
|
b.Property<string>("Avatar")
|
|
|
|
|
.HasColumnType("longtext CHARACTER SET utf8mb4");
|
|
|
|
|
|
|
|
|
|
b.Property<ulong>("LastMine")
|
|
|
|
|
.HasColumnType("bigint unsigned");
|
|
|
|
|
|
|
|
|
|
b.Property<long>("Money")
|
|
|
|
|
.HasColumnType("bigint");
|
|
|
|
|
|
|
|
|
|
b.Property<string>("Username")
|
|
|
|
|
.HasColumnType("longtext CHARACTER SET utf8mb4");
|
|
|
|
|
|
|
|
|
|
b.HasKey("Id");
|
|
|
|
|
|
|
|
|
|
b.ToTable("Users");
|
|
|
|
|
});
|
|
|
|
|
#pragma warning restore 612, 618
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|