Re: How can Schema Shell create new tables?

2010-03-30 Thread Martin Westin
Also, I can't get the reverse to work either. I.e. update does not notice that a table should be dropped. I'd love some help on that also. On Mar 30, 7:51 am, Martin Westin martin.westin...@gmail.com wrote: Hi, cake schema run update -f always creates an ALTER TABLE statement. So how about

How can Schema Shell create new tables?

2010-03-29 Thread Martin Westin
Hi, cake schema run update -f always creates an ALTER TABLE statement. So how about when a new table is in the schema? I see the code really in DboMysqlBase::alterSchema() for my dbo but the same logic was found in the Postgres class. Since I am quite sure the Schema Shell would not have been