Changeset 586825e for iknow-api/Migrations
- Timestamp:
- 10/30/25 14:24:10 (11 months ago)
- Branches:
- master
- Children:
- 5e22720
- Parents:
- f844b7e
- Location:
- iknow-api/Migrations
- Files:
-
- 1 edited
- 2 moved
-
20251030124902_new.Designer.cs (moved) (moved from iknow-api/Migrations/20251029131316_InitialCreate.Designer.cs ) (2 diffs)
-
20251030124902_new.cs (moved) (moved from iknow-api/Migrations/20251029131316_InitialCreate.cs ) (2 diffs)
-
AppDbContextModelSnapshot.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Migrations/20251030124902_new.Designer.cs
rf844b7e r586825e 13 13 { 14 14 [DbContext(typeof(AppDbContext))] 15 [Migration("202510 29131316_InitialCreate")]16 partial class InitialCreate15 [Migration("20251030124902_new")] 16 partial class @new 17 17 { 18 18 /// <inheritdoc /> … … 151 151 .HasColumnType("timestamp with time zone"); 152 152 153 b.Property<string>("EMBG") 154 .HasColumnType("text"); 155 153 156 b.Property<string>("Email") 154 157 .HasColumnType("text"); -
iknow-api/Migrations/20251030124902_new.cs
rf844b7e r586825e 8 8 { 9 9 /// <inheritdoc /> 10 public partial class InitialCreate: Migration10 public partial class @new : Migration 11 11 { 12 12 /// <inheritdoc /> … … 20 20 .Annotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefaultColumn), 21 21 Name = table.Column<string>(type: "text", nullable: true), 22 EMBG = table.Column<string>(type: "text", nullable: true), 22 23 Surname = table.Column<string>(type: "text", nullable: true), 23 24 Index = table.Column<string>(type: "text", nullable: true), -
iknow-api/Migrations/AppDbContextModelSnapshot.cs
rf844b7e r586825e 148 148 .HasColumnType("timestamp with time zone"); 149 149 150 b.Property<string>("EMBG") 151 .HasColumnType("text"); 152 150 153 b.Property<string>("Email") 151 154 .HasColumnType("text");
Note:
See TracChangeset
for help on using the changeset viewer.
