267 lines
9.4 KiB
C#
267 lines
9.4 KiB
C#
// <auto-generated />
|
|
using System;
|
|
using IRaCIS.Core.Test.CodeFirstTest.MSSQL;
|
|
using Microsoft.EntityFrameworkCore;
|
|
using Microsoft.EntityFrameworkCore.Infrastructure;
|
|
using Microsoft.EntityFrameworkCore.Metadata;
|
|
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
|
|
|
#nullable disable
|
|
|
|
namespace IRaCIS.Core.Test.CodeFirstTest.MSSQL.Migrations
|
|
{
|
|
[DbContext(typeof(IRCContext))]
|
|
partial class IRCContextModelSnapshot : ModelSnapshot
|
|
{
|
|
protected override void BuildModel(ModelBuilder modelBuilder)
|
|
{
|
|
#pragma warning disable 612, 618
|
|
modelBuilder
|
|
.HasAnnotation("ProductVersion", "8.0.8")
|
|
.HasAnnotation("Relational:MaxIdentifierLength", 128);
|
|
|
|
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder);
|
|
|
|
modelBuilder.Entity("IRaCIS.Core.Test.CodeFirstTest.MSSQL.Dictionary", b =>
|
|
{
|
|
b.Property<Guid>("Id")
|
|
.HasColumnType("uniqueidentifier");
|
|
|
|
b.Property<string>("Code")
|
|
.IsRequired()
|
|
.HasColumnType("nvarchar(max)");
|
|
|
|
b.Property<Guid?>("ConfigTypeId")
|
|
.HasColumnType("uniqueidentifier");
|
|
|
|
b.Property<DateTime>("CreateTime")
|
|
.HasColumnType("datetime2");
|
|
|
|
b.Property<Guid>("CreateUserId")
|
|
.HasColumnType("uniqueidentifier");
|
|
|
|
b.Property<Guid?>("ParentId")
|
|
.HasColumnType("uniqueidentifier");
|
|
|
|
b.Property<DateTime>("UpdateTime")
|
|
.HasColumnType("datetime2");
|
|
|
|
b.Property<Guid>("UpdateUserId")
|
|
.HasColumnType("uniqueidentifier");
|
|
|
|
b.HasKey("Id");
|
|
|
|
b.HasIndex("ConfigTypeId");
|
|
|
|
b.HasIndex("ParentId");
|
|
|
|
b.ToTable("Dictionary", (string)null);
|
|
});
|
|
|
|
modelBuilder.Entity("IRaCIS.Core.Test.CodeFirstTest.MSSQL.SubejectVisit", b =>
|
|
{
|
|
b.Property<Guid>("Id")
|
|
.HasColumnType("uniqueidentifier");
|
|
|
|
b.Property<DateTime>("CreateTime")
|
|
.HasColumnType("datetime2");
|
|
|
|
b.Property<Guid>("CreateUserId")
|
|
.HasColumnType("uniqueidentifier");
|
|
|
|
b.Property<Guid>("SubjectId")
|
|
.HasColumnType("uniqueidentifier");
|
|
|
|
b.Property<DateTime>("UpdateTime")
|
|
.HasColumnType("datetime2");
|
|
|
|
b.Property<Guid>("UpdateUserId")
|
|
.HasColumnType("uniqueidentifier");
|
|
|
|
b.HasKey("Id");
|
|
|
|
b.HasIndex("SubjectId");
|
|
|
|
b.ToTable("SubejectVisit", (string)null);
|
|
});
|
|
|
|
modelBuilder.Entity("IRaCIS.Core.Test.CodeFirstTest.MSSQL.Subject", b =>
|
|
{
|
|
b.Property<Guid>("Id")
|
|
.HasColumnType("uniqueidentifier");
|
|
|
|
b.Property<DateTime>("CreateTime")
|
|
.HasColumnType("datetime2");
|
|
|
|
b.Property<Guid>("CreateUserId")
|
|
.HasColumnType("uniqueidentifier");
|
|
|
|
b.Property<Guid?>("FinalSubjectVisitId")
|
|
.HasColumnType("uniqueidentifier");
|
|
|
|
b.Property<Guid?>("LatestSubjectVisitId")
|
|
.HasColumnType("uniqueidentifier");
|
|
|
|
b.Property<string>("Name")
|
|
.IsRequired()
|
|
.HasColumnType("nvarchar(max)");
|
|
|
|
b.Property<DateTime>("UpdateTime")
|
|
.HasColumnType("datetime2");
|
|
|
|
b.Property<Guid>("UpdateUserId")
|
|
.HasColumnType("uniqueidentifier");
|
|
|
|
b.HasKey("Id");
|
|
|
|
b.HasIndex("FinalSubjectVisitId");
|
|
|
|
b.HasIndex("LatestSubjectVisitId");
|
|
|
|
b.ToTable("Subject", (string)null);
|
|
});
|
|
|
|
modelBuilder.Entity("IRaCIS.Core.Test.CodeFirstTest.MSSQL.TestNew", b =>
|
|
{
|
|
b.Property<Guid>("Id")
|
|
.HasColumnType("uniqueidentifier");
|
|
|
|
b.Property<DateTime>("CreateTime")
|
|
.HasColumnType("datetime2");
|
|
|
|
b.Property<Guid>("CreateUserId")
|
|
.HasColumnType("uniqueidentifier");
|
|
|
|
b.Property<string>("TestName")
|
|
.IsRequired()
|
|
.HasMaxLength(100)
|
|
.HasColumnType("nvarchar(100)");
|
|
|
|
b.Property<Guid>("TrialImageDownloadId")
|
|
.HasColumnType("uniqueidentifier");
|
|
|
|
b.Property<DateTime>("UpdateTime")
|
|
.HasColumnType("datetime2");
|
|
|
|
b.Property<Guid>("UpdateUserId")
|
|
.HasColumnType("uniqueidentifier");
|
|
|
|
b.HasKey("Id");
|
|
|
|
b.HasIndex("TrialImageDownloadId");
|
|
|
|
b.ToTable("TestNew", (string)null);
|
|
});
|
|
|
|
modelBuilder.Entity("IRaCIS.Core.Test.CodeFirstTest.MSSQL.TrialImageDownload", b =>
|
|
{
|
|
b.Property<Guid>("Id")
|
|
.HasColumnType("uniqueidentifier");
|
|
|
|
b.Property<DateTime>("CreateTime")
|
|
.HasColumnType("datetime2");
|
|
|
|
b.Property<Guid>("CreateUserId")
|
|
.HasColumnType("uniqueidentifier");
|
|
|
|
b.Property<DateTime?>("DownloadEndTime")
|
|
.HasColumnType("datetime2");
|
|
|
|
b.Property<DateTime>("DownloadStartTime")
|
|
.HasColumnType("datetime2");
|
|
|
|
b.Property<int>("ImageCount")
|
|
.HasColumnType("int");
|
|
|
|
b.Property<long>("ImageSize")
|
|
.HasColumnType("bigint");
|
|
|
|
b.Property<int>("ImageType")
|
|
.HasColumnType("int");
|
|
|
|
b.Property<bool>("IsSuccess")
|
|
.HasColumnType("bit");
|
|
|
|
b.Property<Guid>("SubjectVisitId")
|
|
.HasColumnType("uniqueidentifier");
|
|
|
|
b.Property<DateTime>("UpdateTime")
|
|
.HasColumnType("datetime2");
|
|
|
|
b.Property<Guid>("UpdateUserId")
|
|
.HasColumnType("uniqueidentifier");
|
|
|
|
b.HasKey("Id");
|
|
|
|
b.ToTable("TrialImageDownload", (string)null);
|
|
});
|
|
|
|
modelBuilder.Entity("IRaCIS.Core.Test.CodeFirstTest.MSSQL.Dictionary", b =>
|
|
{
|
|
b.HasOne("IRaCIS.Core.Test.CodeFirstTest.MSSQL.Dictionary", "ConfigType")
|
|
.WithMany()
|
|
.HasForeignKey("ConfigTypeId");
|
|
|
|
b.HasOne("IRaCIS.Core.Test.CodeFirstTest.MSSQL.Dictionary", "Parent")
|
|
.WithMany("ChildList")
|
|
.HasForeignKey("ParentId");
|
|
|
|
b.Navigation("ConfigType");
|
|
|
|
b.Navigation("Parent");
|
|
});
|
|
|
|
modelBuilder.Entity("IRaCIS.Core.Test.CodeFirstTest.MSSQL.SubejectVisit", b =>
|
|
{
|
|
b.HasOne("IRaCIS.Core.Test.CodeFirstTest.MSSQL.Subject", "Subject")
|
|
.WithMany("SubejectVisitList")
|
|
.HasForeignKey("SubjectId")
|
|
.OnDelete(DeleteBehavior.Cascade)
|
|
.IsRequired();
|
|
|
|
b.Navigation("Subject");
|
|
});
|
|
|
|
modelBuilder.Entity("IRaCIS.Core.Test.CodeFirstTest.MSSQL.Subject", b =>
|
|
{
|
|
b.HasOne("IRaCIS.Core.Test.CodeFirstTest.MSSQL.SubejectVisit", "FinalSubjectVisit")
|
|
.WithMany()
|
|
.HasForeignKey("FinalSubjectVisitId");
|
|
|
|
b.HasOne("IRaCIS.Core.Test.CodeFirstTest.MSSQL.SubejectVisit", "LatestSubjectVisit")
|
|
.WithMany()
|
|
.HasForeignKey("LatestSubjectVisitId");
|
|
|
|
b.Navigation("FinalSubjectVisit");
|
|
|
|
b.Navigation("LatestSubjectVisit");
|
|
});
|
|
|
|
modelBuilder.Entity("IRaCIS.Core.Test.CodeFirstTest.MSSQL.TestNew", b =>
|
|
{
|
|
b.HasOne("IRaCIS.Core.Test.CodeFirstTest.MSSQL.TrialImageDownload", null)
|
|
.WithMany("TestNewList")
|
|
.HasForeignKey("TrialImageDownloadId")
|
|
.OnDelete(DeleteBehavior.Cascade)
|
|
.IsRequired();
|
|
});
|
|
|
|
modelBuilder.Entity("IRaCIS.Core.Test.CodeFirstTest.MSSQL.Dictionary", b =>
|
|
{
|
|
b.Navigation("ChildList");
|
|
});
|
|
|
|
modelBuilder.Entity("IRaCIS.Core.Test.CodeFirstTest.MSSQL.Subject", b =>
|
|
{
|
|
b.Navigation("SubejectVisitList");
|
|
});
|
|
|
|
modelBuilder.Entity("IRaCIS.Core.Test.CodeFirstTest.MSSQL.TrialImageDownload", b =>
|
|
{
|
|
b.Navigation("TestNewList");
|
|
});
|
|
#pragma warning restore 612, 618
|
|
}
|
|
}
|
|
}
|