You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.
you need to change the sql syntax to look like this:
"ALTER TABLE #{quoted_table_name} CHANGE #{quote_column_name(name)} #{quote_column_name(new_name)}"
According to the docs this is correct syntax, also try running the current syntax via a ui or command line and you will get an error.
The text was updated successfully, but these errors were encountered:
please see http://dev.mysql.com/doc/refman/5.1/en/alter-table.html
dm-migrations / lib / dm-migrations / sql / table_modifier.rb
you need to change the sql syntax to look like this:
"ALTER TABLE #{quoted_table_name} CHANGE #{quote_column_name(name)} #{quote_column_name(new_name)}"
According to the docs this is correct syntax, also try running the current syntax via a ui or command line and you will get an error.
The text was updated successfully, but these errors were encountered: