Index: iknow-api/Migrations/AppDbContextModelSnapshot.cs
===================================================================
--- iknow-api/Migrations/AppDbContextModelSnapshot.cs	(revision 618be76765be90ceccc8ac3fb0758d602ca2f998)
+++ iknow-api/Migrations/AppDbContextModelSnapshot.cs	(revision aed1148de53fbc2e66052413bd4dbd2bc57b1edf)
@@ -5,4 +5,5 @@
 using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
 using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
+using iknow_api.Core.Data;
 
 #nullable disable
@@ -22,5 +23,5 @@
             NpgsqlModelBuilderExtensions.UseIdentityByDefaultColumns(modelBuilder);
 
-            modelBuilder.Entity("iknow_api.Models.Users", b =>
+            modelBuilder.Entity("iknow_api.Core.Models.User", b =>
                 {
                     b.Property<int>("Id")
@@ -56,5 +57,5 @@
                     b.HasKey("Id");
 
-                    b.ToTable("Users");
+                    b.ToTable("User");
                 });
 #pragma warning restore 612, 618
