Is it possible to run Yiic migrate create command for multiple databases ?
I have a Multi-Tenant Data Architecture, one source code and multiple database for client. each client will use same source code and but a separate database.
Ex. Andrew.Digital.com, Samson.Digital.com will have two database but points to same source code.
So i just want to know is there any possibility to use Yiic migration for multiple databases ?
What is SAAS (Multi-Tenant) https://msdn.microsoft.com/en-us/library/aa479086.aspx
You can configure more than one connection on your protected/config/console.php
Then, when running the migration, specify the connection id