Changeset 586825e for iknow-api/Migrations/20251030124902_new.cs
- Timestamp:
- 10/30/25 14:24:10 (11 months ago)
- Branches:
- master
- Children:
- 5e22720
- Parents:
- f844b7e
- File:
-
- 1 moved
-
iknow-api/Migrations/20251030124902_new.cs (moved) (moved from iknow-api/Migrations/20251029131316_InitialCreate.cs ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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),
Note:
See TracChangeset
for help on using the changeset viewer.
