Guest User

Untitled

a guest
Sep 12th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Why there is Invalid Default Value for the table in mysql
  2. ALTER TABLE `users` CHANGE `phone` `phone` VARCHAR( 20 )
  3. CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT NULL
  4.  
  5. #1067 - Invalid default value for 'phone'
Add Comment
Please, Sign In to add comment