LinuxDoku / migratordotnet

Automatically exported from code.google.com/p/migratordotnet
0 stars 0 forks source link

Support specifying different Database Engines in MySQL #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently it's hardcoded to Innodb.
I'm sure someone will want to change that at some point.

Original issue reported on code.google.com by geoffl...@gmail.com on 10 Jun 2008 at 8:40

GoogleCodeExporter commented 8 years ago

Original comment by geoffl...@gmail.com on 12 Jun 2008 at 7:34

GoogleCodeExporter commented 8 years ago
SVN 108
Support specifying a DB engine. Defaults to INNODB still.

AddTable("Foo", "MyISAM", new Column())

Original comment by geoffl...@gmail.com on 4 Aug 2008 at 10:57