schema.rb

ActiveRecord::SchemaDumper currently dumps out create_tables for every view in the database as well (this is mysql2 I’m talking about). This happens to be a lot of views for us, and we end up deleting them and then manually adding them back in whenever we need to db:schema:load. Is there a configuration option somewhere to make this work, and if not is there interest in a PR? I’d be happy to take it on - just don’t want to duplicate work.