05-06-2017, 10:07 AM
Hi every one, i'm developing a web application that involves multiple database connections for each company registered.
I have one master database that have the information for logins and the company information for the connection to his database.
I want to use migration to update the structure of each database.
With the default migration class i can update the main database without problem but how can i manage the version of each database of the companies on a separate migration folder.
hope you can help me on this scenario.
Thanks
I have one master database that have the information for logins and the company information for the connection to his database.
I want to use migration to update the structure of each database.
With the default migration class i can update the main database without problem but how can i manage the version of each database of the companies on a separate migration folder.
hope you can help me on this scenario.
Thanks