Changeset 3592476 for iknow-api/Migrations/20251030124902_new.cs
- Timestamp:
- 10/30/25 14:24:10 (11 months ago)
- Branches:
- master
- Children:
- a92a2a4
- Parents:
- f8af32b
- 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
rf8af32b r3592476 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.
