Skip to content
Mahaswami edited this page Sep 14, 2010 · 2 revisions

Cross DB Migration

Description

This plugin allows migrations written once to be run without any changes on MySQL, Oracle and DB2. Though it appears to be not a big deal since the migration syntax is a DSL, in practice Rails migrations written for one RDBMS won’t simply work on other databases. This is due to the fact that data base types are named differently in different databases, DDL syntax differences, and number of other subtle differences.

Clone this wiki locally