drinkrate/DrinkRateAPI/DbEntities
martinshoob e0ecd86288 Establish a one-to-one relationship
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.
2025-08-11 20:12:42 +02:00
..
DbApplicationUser.cs Create default user profile on registration 2025-08-09 18:54:27 +02:00
DbCompany.cs Add EF object history 2025-08-09 19:05:02 +02:00
DbCompanyRating.cs Add EF object history 2025-08-09 19:05:02 +02:00
DbCompanyTable.cs Establish a one-to-one relationship 2025-08-11 20:12:42 +02:00
DbCompanyTableView.cs Add EF object history 2025-08-09 19:05:02 +02:00
DbEntityWithHistory.cs Add EF object history 2025-08-09 19:05:02 +02:00
DbProduct.cs Add EF object history 2025-08-09 19:05:02 +02:00
DbProductRating.cs Add EF object history 2025-08-09 19:05:02 +02:00
DbProductTable.cs Establish a one-to-one relationship 2025-08-11 20:12:42 +02:00
DbProductTableView.cs Add EF object history 2025-08-09 19:05:02 +02:00
DbUpdateRecord.cs Add EF object history 2025-08-09 19:05:02 +02:00
DbUserProfile.cs Add EF object history 2025-08-09 19:05:02 +02:00
DbUserProfileCompanyTableStat.cs Fix forgotten renaming of user, change applicationuser id type to guid 2025-08-09 17:57:41 +02:00
DbUserProfileProductTableStat.cs Fix forgotten renaming of user, change applicationuser id type to guid 2025-08-09 17:57:41 +02:00