Answers for "rails db migrate drop table"

1

drop rails all db

rake db:drop:all
rails db:drop:all
Posted by: Guest on July-25-2020
0

active record .migration to drop a table

ActiveRecord::Migration.drop_table(:table_name)
Posted by: Guest on August-23-2021

Browse Popular Code Answers by Language