mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
It's more that Rails needs to know how to recreate the columns
This commit is contained in:
@@ -327,7 +327,7 @@ As always, what has been generated for you is just a starting point. You can add
|
||||
or remove from it as you see fit.
|
||||
|
||||
NOTE: The generated migration file for destructive migrations will still be
|
||||
old-style using the +up+ and +down+ methods. This is because Rails doesn't know
|
||||
old-style using the +up+ and +down+ methods. This is because Rails needs to know
|
||||
the original data types defined when you made the original changes.
|
||||
|
||||
h3. Writing a Migration
|
||||
|
||||
Reference in New Issue
Block a user