I have updated existing models TagModel, CourseModel and CourseHasTagModel in oreder to create table in Db.
Changes Made
In CourseHasTagModel I have deletd CourseTagId and I have add properies of type CourseModel and TagModel and I have update OnMoedelCreating in DojoDbContext in order to create table with two columns CourseId and TagId
Related Ticket or Issue
30
97
Checklist
[x] Code adheres to the coding conventions
[] Unit tests are added for new code
[] Existing unit tests are updated if needed
[x] Code follows the principles of Clean Architecture
[x] Code formatting complies with the .editorconfig file
Joint table CourseHasTag
Description
I have updated existing models TagModel, CourseModel and CourseHasTagModel in oreder to create table in Db.
Changes Made
In CourseHasTagModel I have deletd CourseTagId and I have add properies of type CourseModel and TagModel and I have update OnMoedelCreating in DojoDbContext in order to create table with two columns CourseId and TagId
Related Ticket or Issue
30
97
Checklist
.editorconfig
file