ERROR 1067 (42000): Invalid default value for ‘created_at’

The problem is because of sql_modes. Please check your current sql_modes by command: And remove the sql_mode “NO_ZERO_IN_DATE,NO_ZERO_DATE” to make it work. This is the default sql_mode in mysql new versions. […]

ERROR 1067 (42000): Invalid default value for ‘created_at’ Read More ยป