|
|
|
@ -808,6 +808,9 @@ namespace StubbedContextLib.Migrations
|
|
|
|
|
b.Property<int>("IdImage")
|
|
|
|
|
.HasColumnType("integer");
|
|
|
|
|
|
|
|
|
|
b.Property<int>("Lang")
|
|
|
|
|
.HasColumnType("integer");
|
|
|
|
|
|
|
|
|
|
b.Property<string>("Password")
|
|
|
|
|
.IsRequired()
|
|
|
|
|
.HasMaxLength(200)
|
|
|
|
@ -831,6 +834,7 @@ namespace StubbedContextLib.Migrations
|
|
|
|
|
Created = new DateTime(2025, 5, 12, 0, 0, 0, 0, DateTimeKind.Unspecified),
|
|
|
|
|
Email = "jhonDhoe@gmail.com",
|
|
|
|
|
IdImage = 1,
|
|
|
|
|
Lang = 0,
|
|
|
|
|
Password = "1234",
|
|
|
|
|
UserName = "Jhon-Dhoe"
|
|
|
|
|
},
|
|
|
|
@ -840,6 +844,7 @@ namespace StubbedContextLib.Migrations
|
|
|
|
|
Created = new DateTime(2025, 3, 19, 0, 0, 0, 0, DateTimeKind.Unspecified),
|
|
|
|
|
Email = "lucy_rose@outlook.com",
|
|
|
|
|
IdImage = 2,
|
|
|
|
|
Lang = 0,
|
|
|
|
|
Password = "abcd",
|
|
|
|
|
UserName = "Lucy-Rose"
|
|
|
|
|
},
|
|
|
|
@ -849,6 +854,7 @@ namespace StubbedContextLib.Migrations
|
|
|
|
|
Created = new DateTime(2024, 11, 2, 0, 0, 0, 0, DateTimeKind.Unspecified),
|
|
|
|
|
Email = "mark.taylor@yahoo.com",
|
|
|
|
|
IdImage = 3,
|
|
|
|
|
Lang = 0,
|
|
|
|
|
Password = "5678",
|
|
|
|
|
UserName = "Mark-Taylor"
|
|
|
|
|
},
|
|
|
|
@ -858,6 +864,7 @@ namespace StubbedContextLib.Migrations
|
|
|
|
|
Created = new DateTime(2025, 2, 28, 0, 0, 0, 0, DateTimeKind.Unspecified),
|
|
|
|
|
Email = "sophie.martin@gmail.com",
|
|
|
|
|
IdImage = 4,
|
|
|
|
|
Lang = 0,
|
|
|
|
|
Password = "4321",
|
|
|
|
|
UserName = "Sophie-Martin"
|
|
|
|
|
},
|
|
|
|
@ -867,6 +874,7 @@ namespace StubbedContextLib.Migrations
|
|
|
|
|
Created = new DateTime(2025, 1, 15, 0, 0, 0, 0, DateTimeKind.Unspecified),
|
|
|
|
|
Email = "nathan_doe@aol.com",
|
|
|
|
|
IdImage = 5,
|
|
|
|
|
Lang = 0,
|
|
|
|
|
Password = "8765",
|
|
|
|
|
UserName = "Nathan-Doe"
|
|
|
|
|
},
|
|
|
|
@ -876,6 +884,7 @@ namespace StubbedContextLib.Migrations
|
|
|
|
|
Created = new DateTime(2025, 4, 7, 0, 0, 0, 0, DateTimeKind.Unspecified),
|
|
|
|
|
Email = "ella.brown@icloud.com",
|
|
|
|
|
IdImage = 6,
|
|
|
|
|
Lang = 0,
|
|
|
|
|
Password = "2468",
|
|
|
|
|
UserName = "Ella-Brown"
|
|
|
|
|
},
|
|
|
|
@ -885,6 +894,7 @@ namespace StubbedContextLib.Migrations
|
|
|
|
|
Created = new DateTime(2024, 12, 25, 0, 0, 0, 0, DateTimeKind.Unspecified),
|
|
|
|
|
Email = "oliver_smith@gmail.com",
|
|
|
|
|
IdImage = 7,
|
|
|
|
|
Lang = 0,
|
|
|
|
|
Password = "1357",
|
|
|
|
|
UserName = "Oliver-Smith"
|
|
|
|
|
},
|
|
|
|
@ -894,6 +904,7 @@ namespace StubbedContextLib.Migrations
|
|
|
|
|
Created = new DateTime(2025, 3, 5, 0, 0, 0, 0, DateTimeKind.Unspecified),
|
|
|
|
|
Email = "mia.jones@outlook.com",
|
|
|
|
|
IdImage = 8,
|
|
|
|
|
Lang = 0,
|
|
|
|
|
Password = "1122",
|
|
|
|
|
UserName = "Mia-Jones"
|
|
|
|
|
},
|
|
|
|
@ -903,6 +914,7 @@ namespace StubbedContextLib.Migrations
|
|
|
|
|
Created = new DateTime(2025, 2, 22, 0, 0, 0, 0, DateTimeKind.Unspecified),
|
|
|
|
|
Email = "kevin_williams@aol.com",
|
|
|
|
|
IdImage = 9,
|
|
|
|
|
Lang = 0,
|
|
|
|
|
Password = "2233",
|
|
|
|
|
UserName = "Kevin-Williams"
|
|
|
|
|
},
|
|
|
|
@ -912,6 +924,7 @@ namespace StubbedContextLib.Migrations
|
|
|
|
|
Created = new DateTime(2025, 1, 3, 0, 0, 0, 0, DateTimeKind.Unspecified),
|
|
|
|
|
Email = "olivia.white@yahoo.com",
|
|
|
|
|
IdImage = 10,
|
|
|
|
|
Lang = 0,
|
|
|
|
|
Password = "3344",
|
|
|
|
|
UserName = "Olivia-White"
|
|
|
|
|
});
|
|
|
|
|