Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class AddEmailPasswordToUser < ActiveRecord::Migration[6.0]
- def change
- add_column :users, :email, :string
- add_column :users, :password_hash, :string
- add_column :users, :password_salt, :string
- add_column :users, :avatar_url, :string
- end
- end
Add Comment
Please, Sign In to add comment