Skip to content

Instantly share code, notes, and snippets.

@eyupatis
Created September 27, 2013 20:30
Show Gist options
  • Save eyupatis/6734718 to your computer and use it in GitHub Desktop.
Save eyupatis/6734718 to your computer and use it in GitHub Desktop.
Rails drop a table from rails console
ActiveRecord::Migration.drop_table(:users)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment