Right now on a blank database db:migrate runs into Errors:
directly inheriting from ActiveRecord::Migration is prohibited: provide Version like ActiveRecord::Migration[4.2]
Mysql2::Error: Row size too large for Profile table
-> most of these columns are never used anywhere and could be removed
-> some data could be extracted into their own table
-> settings for database container can be tweaked to allow bigger page size
Right now on a blank database db:migrate runs into Errors:
see