Created
February 10, 2010 02:17
-
-
Save bscofield/299946 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [rails2] > ./script/generate migration AddNameToPerson | |
| exists db/migrate | |
| create db/migrate/20100210021747_add_name_to_person.rb | |
| [rails3] > rails generate migration AddNameToPerson | |
| invoke active_record | |
| create db/migrate/20100210021747_add_name_to_person.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment