I want to share a database with some projects.
I've already done the first project with the bank and it's ok. I copied the project to create a similar one, changed the initial prefix of the Ex tables: project1_client, project2_client and so the problem is happening. When generating the add-migration in the new project it is suggesting renaming the old project tables.
How can I distinctly work add-migration on projects?