-
Gabriel Sobrinho authored
This will let you to drop multiple tables in a single call. ```ruby ActiveRecord::Base.connection.drop_table(:users, :posts) ```
Gabriel Sobrinho authoredThis will let you to drop multiple tables in a single call. ```ruby ActiveRecord::Base.connection.drop_table(:users, :posts) ```
Loading