Thread: TBDev09 (2020)
View Single Post
  #16  
Old 11th May 2020, 20:59
iseeyoucopy iseeyoucopy is offline
VIP
 
Join Date: Jan 2011
P2P
Posts: 28
Default
According to MySql we should use values between '1000-01-01' to '9999-12-31'

Don't use 0000-00-00 it will still give some errors in php, your birthday column should similar

PHP Code:
ALTER TABLE `usersALTER COLUMN `birthdaySET DEFAULT '1920-01-01'
Reply With Quote