InterviewSolution
Saved Bookmarks
| 1. |
Mention What Is The Command To Create A Migration? |
|
Answer» To CREATE MIGRATION command INCLUDES C:rubyapplication>RUBY script/generate migration table_name To create migration command includes C:rubyapplication>ruby script/generate migration table_name |
|