// using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using Himp.TaskScheduling.EntityFrameworkCore; using Volo.Abp.EntityFrameworkCore; #nullable disable namespace Himp.TaskScheduling.Migrations { [DbContext(typeof(TaskSchedulingHttpApiHostMigrationsDbContext))] partial class TaskSchedulingHttpApiHostMigrationsDbContextModelSnapshot : ModelSnapshot { protected override void BuildModel(ModelBuilder modelBuilder) { #pragma warning disable 612, 618 modelBuilder .HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer) .HasAnnotation("ProductVersion", "8.0.0") .HasAnnotation("Relational:MaxIdentifierLength", 128); SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); #pragma warning restore 612, 618 } } }