user_registration_datetime - MYSQL

0


Error : `user_registration_datetime` datetime NOT NULL DEFAULT

How To Fix ?

1) Open Your phpMyAdmin.
2) Enter your database.
3) Click SQL from the TOP.
4) Write in the textbox :

SET sql_mode = '';

Or

SET GLOBAL sql_mode = '';