40 lines
1.2 KiB
C#
40 lines
1.2 KiB
C#
// <auto-generated />
|
|
using System;
|
|
using GWMS.Data;
|
|
using Microsoft.EntityFrameworkCore;
|
|
using Microsoft.EntityFrameworkCore.Infrastructure;
|
|
using Microsoft.EntityFrameworkCore.Migrations;
|
|
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
|
|
|
#nullable disable
|
|
|
|
namespace GWMS.User.Migrations
|
|
{
|
|
[DbContext(typeof(UserIdentityDbContext))]
|
|
[Migration("20240418104749_ReAddTableCounter4Identity")]
|
|
partial class ReAddTableCounter4Identity
|
|
{
|
|
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
|
{
|
|
#pragma warning disable 612, 618
|
|
modelBuilder
|
|
.HasAnnotation("ProductVersion", "6.0.2")
|
|
.HasAnnotation("Relational:MaxIdentifierLength", 64);
|
|
|
|
modelBuilder.Entity("GWMS.Data.DatabaseModels.TableCount", b =>
|
|
{
|
|
b.Property<string>("TableName")
|
|
.HasColumnType("varchar(255)");
|
|
|
|
b.Property<int>("Count")
|
|
.HasColumnType("int");
|
|
|
|
b.HasKey("TableName");
|
|
|
|
b.ToTable("DbSetCounts");
|
|
});
|
|
#pragma warning restore 612, 618
|
|
}
|
|
}
|
|
}
|