Skip to content

Instantly share code, notes, and snippets.

@epson121
Last active October 12, 2015 21:48
Show Gist options
  • Save epson121/4092124 to your computer and use it in GitHub Desktop.
Save epson121/4092124 to your computer and use it in GitHub Desktop.
#First enter rails console:
$rails console
#Then just type:
ActiveRecord::Migration.drop_table(:users)
Where :users is the table name.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment