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.