Guest User

Untitled

a guest
Jul 16th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. % rails console
  2. >> irb User.connection
  3. >> create_table :users do |t|
  4. ?> t.string :username
  5. ?> t.string :password
  6. ?> # other stuff...
  7. ?> end
  8. => true
Add Comment
Please, Sign In to add comment