Define a one-to-one relationship between CompanyTable and ProductTable.
Correct a typo in the CompanyTable DbSet name within the ApplicationDbContext to ensure correct database mapping and operations.
Establishes a link between DbUserProfile and DbApplicationUser,
allowing for better management of user-related information
and integration with ASP.NET Identity.
Renames DbUser to DbUserProfile and updates related entities and configurations.