- Preserve DB specific options in schema.rb dump (PR #148)
- Preserve table name prefixes and suffixes. (PR #134)
- Fix Rails 4.1 deprecation warning caused by use
ActiveRecord::Migrator.proper_table_name. (Thanks @ffmike)
- Fix support for latest version of the
activerecord-jdbc-adaptergem.
- Add
foreign_key_exists?(table_name, options), to mirror the new Rails 4.0 method,index_exists?.
- Support
create_tablecalls where no block is passed.
- Add support for creating foreign keys during
create_table.