Guest User

Untitled

a guest
May 30th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. u = User.create(:username => "wildfire", :password => "masamune")
  2.  
  3. ActiveRecord::StatementInvalid: Mysql::Error: Unknown column 'birthday' in 'field list': INSERT INTO `users` (`username`, `birthday`, `password`) VALUES('wildfire', NULL, 'masamune')
  4.  
  5. #I have removed the birthday column from the sql database.
Add Comment
Please, Sign In to add comment