Changeset aed1148 for iknow-api/Migrations/AppDbContextModelSnapshot.cs
- Timestamp:
- 10/22/25 13:20:23 (11 months ago)
- Branches:
- master
- Children:
- fc7b4b4
- Parents:
- c0a75ab (diff), 9694de9 (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 edited
-
iknow-api/Migrations/AppDbContextModelSnapshot.cs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Migrations/AppDbContextModelSnapshot.cs
rc0a75ab raed1148 5 5 using Microsoft.EntityFrameworkCore.Storage.ValueConversion; 6 6 using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata; 7 using iknow_api.Core.Data; 7 8 8 9 #nullable disable … … 22 23 NpgsqlModelBuilderExtensions.UseIdentityByDefaultColumns(modelBuilder); 23 24 24 modelBuilder.Entity("iknow_api. Models.Users", b =>25 modelBuilder.Entity("iknow_api.Core.Models.User", b => 25 26 { 26 27 b.Property<int>("Id") … … 56 57 b.HasKey("Id"); 57 58 58 b.ToTable("User s");59 b.ToTable("User"); 59 60 }); 60 61 #pragma warning restore 612, 618
Note:
See TracChangeset
for help on using the changeset viewer.
