Re: Multiple databases with different column

2009-06-10 Thread Okto Silaban
Why don't you use MySQL Replication? On Tue, Jun 9, 2009 at 4:26 AM, Henrik Gemal wrote: > > I'm accessing databases stored on difference computers. Everything > works just fine now since all the databases have the same columns on > the different computers. So no problem now. > > But we need to u

Re: Multiple databases with different column

2009-06-09 Thread Dr. Loboto
Model::hasField('mySpecialField') - but you should restrict models cache for your case or this call will check cached schema. On Jun 9, 4:26 am, Henrik Gemal wrote: > I'm accessing databases stored on difference computers. Everything > works just fine now since all the databases have the same co

Multiple databases with different column

2009-06-08 Thread Henrik Gemal
I'm accessing databases stored on difference computers. Everything works just fine now since all the databases have the same columns on the different computers. So no problem now. But we need to upgrade the databases. This we cant do all at once, so we will be running with different databse for m