Changeset 9694de9 for iknow-api/Migrations/20251021141534_InitialCreate.cs
- Timestamp:
- 10/21/25 17:21:47 (11 months ago)
- Branches:
- master
- Children:
- aed1148
- Parents:
- 618be76
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Migrations/20251021141534_InitialCreate.cs
r618be76 r9694de9 14 14 { 15 15 migrationBuilder.CreateTable( 16 name: "User s",16 name: "User", 17 17 columns: table => new 18 18 { … … 30 30 constraints: table => 31 31 { 32 table.PrimaryKey("PK_User s", x => x.Id);32 table.PrimaryKey("PK_User", x => x.Id); 33 33 }); 34 34 } … … 38 38 { 39 39 migrationBuilder.DropTable( 40 name: "User s");40 name: "User"); 41 41 } 42 42 }
Note:
See TracChangeset
for help on using the changeset viewer.
