1
I want to share a database with some projects.
I’ve already done the first project with the bank and it’s okay. I copied the project to create another similar one, changed the initial prefix of the tables Ex: project1_client, project2_client and then the problem is happening. When generating the add-Migration in the new project he is suggesting renaming the tables of the old project.
How can I distinctly work the add-Migration on projects?
How this prefixation was made?
– Leonel Sanches da Silva