# File lib/dm-migrations/sql/mysql.rb, line 24 def table_options " ENGINE = InnoDB CHARACTER SET #{character_set} COLLATE #{collation}" end