Alter Table: A Rails plugin to support multiple clauses per ALTER TABLE statement in migrations
The Rails team at XING developed the alter_table Rails plugin to extend ActiveRecord migrations with MySQL’s native ability to run multiple alterations on a table in a single ALTER TABLE statement.
Post a comment