Rails Migrations Tricks [Guide + Code] — Cheatsheet included | by J.Charles Gasche | Forest Admin | Medium

PHOTO EMBED

Thu Aug 13 2020 18:18:29 GMT+0000 (Coordinated Universal Time)

Saved by @ludaley #rubyonrails #ruby

$ rake db:drop db:create db:migrate
content_copyCOPY

To fully delete and rebuild our database, we can destroy the DB, create a new one and then migrate the current schema.

https://medium.com/forest-admin/rails-migrations-tricks-guide-code-cheatsheet-included-dca935354f22