GGMM/GrossesMitaines/GrossesMitainesAPI/Migrations/20221027160052_Initial-Db.Designer.cs

323 lines
13 KiB
C#
Raw Normal View History

2022-10-25 13:01:31 -04:00
// <auto-generated />
2022-10-27 12:37:13 -04:00
using System;
2022-10-25 13:01:31 -04:00
using GrossesMitainesAPI.Data;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
#nullable disable
namespace GrossesMitainesAPI.Migrations
{
[DbContext(typeof(InventoryContext))]
2022-10-27 12:37:13 -04:00
[Migration("20221027160052_Initial-Db")]
2022-10-25 13:01:31 -04:00
partial class InitialDb
{
protected override void BuildTargetModel(ModelBuilder modelBuilder)
{
#pragma warning disable 612, 618
modelBuilder
.HasAnnotation("ProductVersion", "6.0.10")
.HasAnnotation("Relational:MaxIdentifierLength", 128);
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder, 1L, 1);
modelBuilder.Entity("GrossesMitainesAPI.Models.Product", b =>
{
b.Property<int>("Id")
.ValueGeneratedOnAdd()
.HasColumnType("int");
SqlServerPropertyBuilderExtensions.UseIdentityColumn(b.Property<int>("Id"), 1L, 1);
b.Property<string>("Category")
.IsRequired()
.HasColumnType("nvarchar(max)");
b.Property<string>("Description")
.IsRequired()
.HasColumnType("nvarchar(max)");
2022-10-27 12:37:13 -04:00
b.Property<long>("Hits")
.HasColumnType("bigint");
2022-10-25 13:01:31 -04:00
b.Property<string>("ImageName")
.HasColumnType("nvarchar(max)");
2022-10-27 12:37:13 -04:00
b.Property<DateTime?>("LastHit")
.HasColumnType("datetime2");
b.Property<DateTime?>("LastSale")
.HasColumnType("datetime2");
2022-10-25 13:01:31 -04:00
b.Property<decimal>("Price")
.HasColumnType("decimal(18,2)");
b.Property<decimal>("PromoPrice")
.HasColumnType("decimal(18,2)");
b.Property<long>("Quantity")
.HasColumnType("bigint");
2022-10-27 12:37:13 -04:00
b.Property<long>("Sales")
.HasColumnType("bigint");
2022-10-25 13:01:31 -04:00
b.Property<int>("Status")
.HasColumnType("int");
b.Property<string>("Title")
.IsRequired()
.HasMaxLength(255)
.HasColumnType("nvarchar(255)");
b.HasKey("Id");
b.ToTable("Products");
b.HasData(
new
{
Id = 1,
Category = "Linge",
Description = "Pour faire votre propre bonhomme de 1837, comme dans le bon vieux temps.",
2022-10-27 12:37:13 -04:00
Hits = 0L,
2022-10-25 13:01:31 -04:00
ImageName = "ceintureflechee",
Price = 85.86m,
PromoPrice = 29.99m,
Quantity = 1L,
2022-10-27 12:37:13 -04:00
Sales = 0L,
2022-10-25 13:01:31 -04:00
Status = 4,
Title = "Ceinture flèchée"
},
new
{
Id = 2,
Category = "Linge",
Description = "Parce que ça sent la coupe!",
2022-10-27 12:37:13 -04:00
Hits = 0L,
2022-10-25 13:01:31 -04:00
ImageName = "pantouflesCH",
Price = 15.64m,
PromoPrice = 9.99m,
Quantity = 54L,
2022-10-27 12:37:13 -04:00
Sales = 0L,
2022-10-25 13:01:31 -04:00
Status = 0,
Title = "Pantoufles du Canadien en Phentex"
},
new
{
Id = 3,
Category = "Homme",
Description = "On ne lui ferait pas mal, en tout cas!!",
2022-10-27 12:37:13 -04:00
Hits = 0L,
2022-10-25 13:01:31 -04:00
ImageName = "jeanlucmongrain",
Price = 1453.12m,
PromoPrice = 999.99m,
Quantity = 1L,
2022-10-27 12:37:13 -04:00
Sales = 0L,
2022-10-25 13:01:31 -04:00
Status = 3,
Title = "Jean-Luc Mongrain"
},
new
{
Id = 4,
Category = "Linge",
Description = "Tellement simple et comfortable.",
2022-10-27 12:37:13 -04:00
Hits = 0L,
2022-10-25 13:01:31 -04:00
ImageName = "tshirt",
Price = 12.12m,
PromoPrice = 9.99m,
Quantity = 143L,
2022-10-27 12:37:13 -04:00
Sales = 0L,
2022-10-25 13:01:31 -04:00
Status = 0,
Title = "T-Shirt"
},
new
{
Id = 5,
Category = "Vêtement d'extérieur",
Description = "Deux pour un!",
2022-10-27 12:37:13 -04:00
Hits = 0L,
2022-10-25 13:01:31 -04:00
ImageName = "mitaines",
Price = 8.18m,
PromoPrice = 6.99m,
Quantity = 1423L,
2022-10-27 12:37:13 -04:00
Sales = 0L,
2022-10-25 13:01:31 -04:00
Status = 0,
Title = "Mitaines"
},
new
{
Id = 6,
Category = "Vêtement d'extérieur",
Description = "Deux pour un!",
2022-10-27 12:37:13 -04:00
Hits = 0L,
2022-10-25 13:01:31 -04:00
ImageName = "foulard",
Price = 10.56m,
PromoPrice = 8.99m,
Quantity = 14L,
2022-10-27 12:37:13 -04:00
Sales = 0L,
2022-10-25 13:01:31 -04:00
Status = 4,
Title = "Foulard"
},
new
{
Id = 7,
Category = "Sous-Vêtement",
Description = "Pour garder le p'tit bout au chaud.",
2022-10-27 12:37:13 -04:00
Hits = 0L,
2022-10-25 13:01:31 -04:00
ImageName = "kokin",
Price = 15.45m,
PromoPrice = 12.99m,
Quantity = 144L,
2022-10-27 12:37:13 -04:00
Sales = 0L,
2022-10-25 13:01:31 -04:00
Status = 4,
Title = "Jock-Strap en phentex"
},
new
{
Id = 8,
Category = "Sous-Vêtement",
Description = "Pour garder l'absence de p'tit bout au chaud.",
2022-10-27 12:37:13 -04:00
Hits = 0L,
2022-10-25 13:01:31 -04:00
ImageName = "kokin",
Price = 15.45m,
PromoPrice = 12.99m,
Quantity = 224L,
2022-10-27 12:37:13 -04:00
Sales = 0L,
2022-10-25 13:01:31 -04:00
Status = 4,
Title = "Jock-Strap féminin en phentex"
},
new
{
Id = 9,
Category = "Alien",
Description = "En chiffon.",
2022-10-27 12:37:13 -04:00
Hits = 0L,
2022-10-25 13:01:31 -04:00
ImageName = "bibi",
Price = 1045.45m,
PromoPrice = 1023.99m,
Quantity = 1L,
2022-10-27 12:37:13 -04:00
Sales = 0L,
2022-10-25 13:01:31 -04:00
Status = 3,
Title = "Bibi"
},
new
{
Id = 10,
Category = "Vêtement d'extérieur",
Description = "En chiffon.",
2022-10-27 12:37:13 -04:00
Hits = 0L,
2022-10-25 13:01:31 -04:00
ImageName = "tuque",
Price = 15.45m,
PromoPrice = 12.99m,
Quantity = 1L,
2022-10-27 12:37:13 -04:00
Sales = 0L,
2022-10-25 13:01:31 -04:00
Status = 0,
Title = "Tuque en laine"
},
new
{
Id = 11,
Category = "Vêtement d'extérieur",
Description = "Pour se faire taper dessus avec une poêle à frire tout en restant au chaud.",
2022-10-27 12:37:13 -04:00
Hits = 0L,
2022-10-25 13:01:31 -04:00
ImageName = "bonhomme",
Price = 145.45m,
PromoPrice = 123.99m,
Quantity = 1L,
2022-10-27 12:37:13 -04:00
Sales = 0L,
2022-10-25 13:01:31 -04:00
Status = 4,
Title = "Habit de Bonhomme Carnaval"
},
new
{
Id = 12,
Category = "Autre",
Description = "Pour se pêter la fiole avec style.",
2022-10-27 12:37:13 -04:00
Hits = 0L,
2022-10-25 13:01:31 -04:00
ImageName = "gauze",
Price = 145.45m,
PromoPrice = 123.99m,
Quantity = 0L,
2022-10-27 12:37:13 -04:00
Sales = 0L,
2022-10-25 13:01:31 -04:00
Status = 1,
Title = "Gauze en phentex"
},
new
{
Id = 13,
Category = "Homme",
Description = "En chiffon.",
2022-10-27 12:37:13 -04:00
Hits = 0L,
2022-10-25 13:01:31 -04:00
ImageName = "jesus",
Price = 145.45m,
PromoPrice = 123.99m,
Quantity = 1L,
2022-10-27 12:37:13 -04:00
Sales = 0L,
2022-10-25 13:01:31 -04:00
Status = 3,
Title = "Petit Jésus de plâtre"
},
new
{
Id = 14,
Category = "Autre",
Description = "À écouter dans l'habit de Bonhomme Carnaval tant que possible.",
2022-10-27 12:37:13 -04:00
Hits = 0L,
2022-10-25 13:01:31 -04:00
ImageName = "vhs",
Price = 3.45m,
PromoPrice = 1.99m,
Quantity = 164363L,
2022-10-27 12:37:13 -04:00
Sales = 0L,
2022-10-25 13:01:31 -04:00
Status = 3,
Title = "VHS de la Guerre des Tuques"
},
new
{
Id = 15,
Category = "Linge",
Description = "(N'est pas réellement pare-balle).",
2022-10-27 12:37:13 -04:00
Hits = 0L,
2022-10-25 13:01:31 -04:00
ImageName = "chandailquetaine",
Price = 1435.45m,
PromoPrice = 1223.99m,
Quantity = 18L,
2022-10-27 12:37:13 -04:00
Sales = 0L,
2022-10-25 13:01:31 -04:00
Status = 3,
Title = "Gilet pare-balle en laine"
},
new
{
Id = 16,
Category = "Autre",
Description = "Pour s'éffoirer le nez dedans.",
2022-10-27 12:37:13 -04:00
Hits = 0L,
2022-10-25 13:01:31 -04:00
ImageName = "doudou",
Price = 14.45m,
PromoPrice = 13.99m,
Quantity = 14L,
2022-10-27 12:37:13 -04:00
Sales = 0L,
2022-10-25 13:01:31 -04:00
Status = 0,
Title = "Doudou"
},
new
{
Id = 17,
Category = "Vêtements d'extérieur",
Description = "Pour avoir l'air thug en hiver.",
2022-10-27 12:37:13 -04:00
Hits = 0L,
2022-10-25 13:01:31 -04:00
ImageName = "mitaines2",
Price = 9.45m,
PromoPrice = 8.99m,
Quantity = 16L,
2022-10-27 12:37:13 -04:00
Sales = 0L,
2022-10-25 13:01:31 -04:00
Status = 0,
Title = "Mitaines pas de doigts"
});
});
#pragma warning restore 612, 618
}
}
}