Files
mapo-mono/MP.MONO.Data/Migrations/MapoMonoContextModelSnapshot.cs
T
2022-02-09 19:20:04 +01:00

24 lines
678 B
C#

// <auto-generated />
using MP.MONO.Data;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
#nullable disable
namespace MP.MONO.Data.Migrations
{
[DbContext(typeof(MapoMonoContext))]
partial class MapoMonoContextModelSnapshot : ModelSnapshot
{
protected override void BuildModel(ModelBuilder modelBuilder)
{
#pragma warning disable 612, 618
modelBuilder
.HasAnnotation("ProductVersion", "6.0.2")
.HasAnnotation("Relational:MaxIdentifierLength", 64);
#pragma warning restore 612, 618
}
}
}