Closed jeanpaulgalea closed 8 years ago
Hello,
Thank you for open sourcing this.
Just a minor suggestion to consider removing ENGINE=MyISAM from the CREATE statements. Most people will probably want to use InnoDB, which is the default in newer MySQL releases.
Sure. Sounds sane. I've removed the ENGINE=MyISAM from the SQL create statements! Thanks!
Hello,
Thank you for open sourcing this.
Just a minor suggestion to consider removing ENGINE=MyISAM from the CREATE statements. Most people will probably want to use InnoDB, which is the default in newer MySQL releases.