Created
December 23, 2016 13:53
-
-
Save cheerfulstoic/7ace53e80a6d9efc75b30b376b97da1a to your computer and use it in GitHub Desktop.
Rails generator wizard idea
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
rails g migration | |
What would you like to call your migration? > Something | |
Which of the following would you like to do: | |
1 - create a table | |
2 - add a column | |
3 - remove a column | |
# etc… | |
> 1 | |
What would you like to call your table? somethings | |
Please give the first column for your table: name | |
What type should the `name` column be? | |
1 - string | |
2 - integer | |
# etc… |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment