Guest User

Untitled

a guest
Jun 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. class DropUsers < ActiveRecord::Migration
  2. def change
  3. drop_table :users do |t|
  4. t.string :email, null: false
  5. t.timestamps null: false
  6. end
  7. end
  8. end
Add Comment
Please, Sign In to add comment