24 lines
743 B
C#
24 lines
743 B
C#
// <auto-generated />
|
|
using ChaosBot.Models;
|
|
using Microsoft.EntityFrameworkCore;
|
|
using Microsoft.EntityFrameworkCore.Infrastructure;
|
|
using Microsoft.EntityFrameworkCore.Migrations;
|
|
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
|
|
|
namespace ChaosBot.Migrations
|
|
{
|
|
[DbContext(typeof(ChaosbotContext))]
|
|
[Migration("20200804202834_LodestoneFreeCompany")]
|
|
partial class LodestoneFreeCompany
|
|
{
|
|
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
|
{
|
|
#pragma warning disable 612, 618
|
|
modelBuilder
|
|
.HasAnnotation("ProductVersion", "3.1.6")
|
|
.HasAnnotation("Relational:MaxIdentifierLength", 64);
|
|
#pragma warning restore 612, 618
|
|
}
|
|
}
|
|
}
|