Changeset d025ba3 for iknow-api/Migrations/20251021141534_InitialCreate.cs
- Timestamp:
- 10/22/25 13:20:23 (11 months ago)
- Branches:
- master
- Children:
- 5b42c8d
- Parents:
- 5aa102d (diff), 9a57e89 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Migrations/20251021141534_InitialCreate.cs
r5aa102d rd025ba3 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.
