Jason
I require some help understanding MVC and Database loading/updating
Hey, so, I think i've got the hang of modifying the database, could you double check this and tell me if i'm on the correct track
https://gist.github.com/Nashy1232/060b49b4c5b0e6f774da96ad608601c4
65 replies
I require some help understanding MVC and Database loading/updating
I've got an issue.
I'm running the web server and database in docker containers. When I'm running the container my DbContext has to be
server=mariadb
however when I'm trying to add migrations and update the database from the IDE i have to change my DbContext to another connection string that uses server=localhost
is there any way i can fix this?65 replies
I require some help understanding MVC and Database loading/updating
I think I'm going to keep the GenerateUniqueIdentifier method, but I think it needs to be reworked as I do want each account to have a unique account id that isn't auto-incremented
65 replies