Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoichiro-manabe/7e68e6e6a461807962eb47727135c148 to your computer and use it in GitHub Desktop.
Save yoichiro-manabe/7e68e6e6a461807962eb47727135c148 to your computer and use it in GitHub Desktop.
railsのDB初期化
be spring rake db:drop;be spring rake db:create;be spring rake db:migrate; be spring rake db:seed;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment