I executed the query below
ALTER TABLE `users` CHANGE `phone` `phone` VARCHAR( 20 )
CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT NULL
and result was ...
#1067 - Invalid default value for 'phone'
I executed the query below
ALTER TABLE `users` CHANGE `phone` `phone` VARCHAR( 20 )
CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT NULL
and result was ...
#1067 - Invalid default value for 'phone'