Reputation: 297
I would rather not drop my table entirely to create a new one, but I need to change the ENGINE
type from MYISAM
to INNODB
for foreign key contraints.
Can I do this on the fly with an Alter table
? Or do I have to start from scratch with a new table?
Would it matter if I already had data in that table which needs to be altered / dropped & recreated ?
Upvotes: 1
Views: 707