Using other MySQL Storage Engines
Try
create_table(:suppliers, :options => 'ENGINE=InnoDB DEFAULT CHARSET=utf8') |
:options string to the end of the CREATE_TABLE generated by the migration.
Try
create_table(:suppliers, :options => 'ENGINE=InnoDB DEFAULT CHARSET=utf8') |
:options string to the end of the CREATE_TABLE generated by the migration.
0 comments
Jump to comment form | comments rss [?]