// using System; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using MultiShop.Data; namespace MultiShop.Data.Migrations { [DbContext(typeof(ApplicationDbContext))] partial class ApplicationDbContextModelSnapshot : ModelSnapshot { protected override void BuildModel(ModelBuilder modelBuilder) { #pragma warning disable 612, 618 modelBuilder .HasAnnotation("ProductVersion", "5.0.5"); modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.DeviceFlowCodes", b => { b.Property("UserCode") .HasMaxLength(200) .HasColumnType("TEXT"); b.Property("ClientId") .IsRequired() .HasMaxLength(200) .HasColumnType("TEXT"); b.Property("CreationTime") .HasColumnType("TEXT"); b.Property("Data") .IsRequired() .HasMaxLength(50000) .HasColumnType("TEXT"); b.Property("Description") .HasMaxLength(200) .HasColumnType("TEXT"); b.Property("DeviceCode") .IsRequired() .HasMaxLength(200) .HasColumnType("TEXT"); b.Property("Expiration") .IsRequired() .HasColumnType("TEXT"); b.Property("SessionId") .HasMaxLength(100) .HasColumnType("TEXT"); b.Property("SubjectId") .HasMaxLength(200) .HasColumnType("TEXT"); b.HasKey("UserCode"); b.HasIndex("DeviceCode") .IsUnique(); b.HasIndex("Expiration"); b.ToTable("DeviceCodes"); }); modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.PersistedGrant", b => { b.Property("Key") .HasMaxLength(200) .HasColumnType("TEXT"); b.Property("ClientId") .IsRequired() .HasMaxLength(200) .HasColumnType("TEXT"); b.Property("ConsumedTime") .HasColumnType("TEXT"); b.Property("CreationTime") .HasColumnType("TEXT"); b.Property("Data") .IsRequired() .HasMaxLength(50000) .HasColumnType("TEXT"); b.Property("Description") .HasMaxLength(200) .HasColumnType("TEXT"); b.Property("Expiration") .HasColumnType("TEXT"); b.Property("SessionId") .HasMaxLength(100) .HasColumnType("TEXT"); b.Property("SubjectId") .HasMaxLength(200) .HasColumnType("TEXT"); b.Property("Type") .IsRequired() .HasMaxLength(50) .HasColumnType("TEXT"); b.HasKey("Key"); b.HasIndex("Expiration"); b.HasIndex("SubjectId", "ClientId", "Type"); b.HasIndex("SubjectId", "SessionId", "Type"); b.ToTable("PersistedGrants"); }); modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityRole", b => { b.Property("Id") .HasColumnType("TEXT"); b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasColumnType("TEXT"); b.Property("Name") .HasMaxLength(256) .HasColumnType("TEXT"); b.Property("NormalizedName") .HasMaxLength(256) .HasColumnType("TEXT"); b.HasKey("Id"); b.HasIndex("NormalizedName") .IsUnique() .HasDatabaseName("RoleNameIndex"); b.ToTable("AspNetRoles"); }); modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityRoleClaim", b => { b.Property("Id") .ValueGeneratedOnAdd() .HasColumnType("INTEGER"); b.Property("ClaimType") .HasColumnType("TEXT"); b.Property("ClaimValue") .HasColumnType("TEXT"); b.Property("RoleId") .IsRequired() .HasColumnType("TEXT"); b.HasKey("Id"); b.HasIndex("RoleId"); b.ToTable("AspNetRoleClaims"); }); modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserClaim", b => { b.Property("Id") .ValueGeneratedOnAdd() .HasColumnType("INTEGER"); b.Property("ClaimType") .HasColumnType("TEXT"); b.Property("ClaimValue") .HasColumnType("TEXT"); b.Property("UserId") .IsRequired() .HasColumnType("TEXT"); b.HasKey("Id"); b.HasIndex("UserId"); b.ToTable("AspNetUserClaims"); }); modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserLogin", b => { b.Property("LoginProvider") .HasMaxLength(128) .HasColumnType("TEXT"); b.Property("ProviderKey") .HasMaxLength(128) .HasColumnType("TEXT"); b.Property("ProviderDisplayName") .HasColumnType("TEXT"); b.Property("UserId") .IsRequired() .HasColumnType("TEXT"); b.HasKey("LoginProvider", "ProviderKey"); b.HasIndex("UserId"); b.ToTable("AspNetUserLogins"); }); modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserRole", b => { b.Property("UserId") .HasColumnType("TEXT"); b.Property("RoleId") .HasColumnType("TEXT"); b.HasKey("UserId", "RoleId"); b.HasIndex("RoleId"); b.ToTable("AspNetUserRoles"); }); modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserToken", b => { b.Property("UserId") .HasColumnType("TEXT"); b.Property("LoginProvider") .HasMaxLength(128) .HasColumnType("TEXT"); b.Property("Name") .HasMaxLength(128) .HasColumnType("TEXT"); b.Property("Value") .HasColumnType("TEXT"); b.HasKey("UserId", "LoginProvider", "Name"); b.ToTable("AspNetUserTokens"); }); modelBuilder.Entity("MultiShop.Models.ApplicationUser", b => { b.Property("Id") .HasColumnType("TEXT"); b.Property("AccessFailedCount") .HasColumnType("INTEGER"); b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasColumnType("TEXT"); b.Property("Email") .HasMaxLength(256) .HasColumnType("TEXT"); b.Property("EmailConfirmed") .HasColumnType("INTEGER"); b.Property("LockoutEnabled") .HasColumnType("INTEGER"); b.Property("LockoutEnd") .HasColumnType("TEXT"); b.Property("NormalizedEmail") .HasMaxLength(256) .HasColumnType("TEXT"); b.Property("NormalizedUserName") .HasMaxLength(256) .HasColumnType("TEXT"); b.Property("PasswordHash") .HasColumnType("TEXT"); b.Property("PhoneNumber") .HasColumnType("TEXT"); b.Property("PhoneNumberConfirmed") .HasColumnType("INTEGER"); b.Property("SecurityStamp") .HasColumnType("TEXT"); b.Property("TwoFactorEnabled") .HasColumnType("INTEGER"); b.Property("UserName") .HasMaxLength(256) .HasColumnType("TEXT"); b.HasKey("Id"); b.HasIndex("NormalizedEmail") .HasDatabaseName("EmailIndex"); b.HasIndex("NormalizedUserName") .IsUnique() .HasDatabaseName("UserNameIndex"); b.ToTable("AspNetUsers"); }); modelBuilder.Entity("MultiShop.Models.ResultsPreferences", b => { b.Property("Id") .ValueGeneratedOnAdd() .HasColumnType("INTEGER"); b.Property("ApplicationUserId") .HasColumnType("TEXT"); b.Property("Order") .IsRequired() .HasColumnType("TEXT"); b.HasKey("Id"); b.HasIndex("ApplicationUserId") .IsUnique(); b.ToTable("ResultsPreferences"); }); modelBuilder.Entity("MultiShop.Models.SearchOutline", b => { b.Property("Id") .ValueGeneratedOnAdd() .HasColumnType("INTEGER"); b.Property("ApplicationUserId") .HasColumnType("TEXT"); b.Property("Currency") .HasColumnType("INTEGER"); b.Property("EnableMaxShippingFee") .HasColumnType("INTEGER"); b.Property("EnableUpperPrice") .HasColumnType("INTEGER"); b.Property("KeepUnknownPurchaseCount") .HasColumnType("INTEGER"); b.Property("KeepUnknownRatingCount") .HasColumnType("INTEGER"); b.Property("KeepUnknownShipping") .HasColumnType("INTEGER"); b.Property("KeepUnrated") .HasColumnType("INTEGER"); b.Property("LowerPrice") .HasColumnType("INTEGER"); b.Property("MaxResults") .HasColumnType("INTEGER"); b.Property("MaxShippingFee") .HasColumnType("INTEGER"); b.Property("MinPurchases") .HasColumnType("INTEGER"); b.Property("MinRating") .HasColumnType("REAL"); b.Property("MinReviews") .HasColumnType("INTEGER"); b.Property("ShopStates") .IsRequired() .HasColumnType("TEXT"); b.Property("UpperPrice") .HasColumnType("INTEGER"); b.HasKey("Id"); b.HasIndex("ApplicationUserId") .IsUnique(); b.ToTable("SearchOutline"); }); modelBuilder.Entity("MultiShop.Shared.Models.ApplicationPreferences", b => { b.Property("Id") .ValueGeneratedOnAdd() .HasColumnType("INTEGER"); b.Property("ApplicationUserId") .HasColumnType("TEXT"); b.Property("CacheCommonSearches") .HasColumnType("INTEGER"); b.Property("DarkMode") .HasColumnType("INTEGER"); b.Property("EnableSearchHistory") .HasColumnType("INTEGER"); b.HasKey("Id"); b.HasIndex("ApplicationUserId") .IsUnique(); b.ToTable("ApplicationPreferences"); }); modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityRoleClaim", b => { b.HasOne("Microsoft.AspNetCore.Identity.IdentityRole", null) .WithMany() .HasForeignKey("RoleId") .OnDelete(DeleteBehavior.Cascade) .IsRequired(); }); modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserClaim", b => { b.HasOne("MultiShop.Models.ApplicationUser", null) .WithMany() .HasForeignKey("UserId") .OnDelete(DeleteBehavior.Cascade) .IsRequired(); }); modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserLogin", b => { b.HasOne("MultiShop.Models.ApplicationUser", null) .WithMany() .HasForeignKey("UserId") .OnDelete(DeleteBehavior.Cascade) .IsRequired(); }); modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserRole", b => { b.HasOne("Microsoft.AspNetCore.Identity.IdentityRole", null) .WithMany() .HasForeignKey("RoleId") .OnDelete(DeleteBehavior.Cascade) .IsRequired(); b.HasOne("MultiShop.Models.ApplicationUser", null) .WithMany() .HasForeignKey("UserId") .OnDelete(DeleteBehavior.Cascade) .IsRequired(); }); modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserToken", b => { b.HasOne("MultiShop.Models.ApplicationUser", null) .WithMany() .HasForeignKey("UserId") .OnDelete(DeleteBehavior.Cascade) .IsRequired(); }); modelBuilder.Entity("MultiShop.Models.ResultsPreferences", b => { b.HasOne("MultiShop.Models.ApplicationUser", null) .WithOne("ResultsPreferences") .HasForeignKey("MultiShop.Models.ResultsPreferences", "ApplicationUserId"); }); modelBuilder.Entity("MultiShop.Models.SearchOutline", b => { b.HasOne("MultiShop.Models.ApplicationUser", null) .WithOne("SearchOutline") .HasForeignKey("MultiShop.Models.SearchOutline", "ApplicationUserId"); }); modelBuilder.Entity("MultiShop.Shared.Models.ApplicationPreferences", b => { b.HasOne("MultiShop.Models.ApplicationUser", null) .WithOne("ApplicationPreferences") .HasForeignKey("MultiShop.Shared.Models.ApplicationPreferences", "ApplicationUserId"); }); modelBuilder.Entity("MultiShop.Models.ApplicationUser", b => { b.Navigation("ApplicationPreferences") .IsRequired(); b.Navigation("ResultsPreferences") .IsRequired(); b.Navigation("SearchOutline") .IsRequired(); }); #pragma warning restore 612, 618 } } }