On Nov 3, 1:45 am, Clive Crous <[email protected]> wrote: > I'm sorry about the double post. I also meant to ask how one would go > about changing mysql table types from MYISAM to InnoDB in Sequel.
I don't think Sequel has specific support for this. You'll have to drop down to SQL: DB << "ALTER TABLE table_name ENGINE=InnoDB" Jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
