Open Morketh opened 8 years ago
Apparently its STILL not fixed
ERROR 1293 (HY000) at line 22: Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause
I think the best way to go with this is build a promotions table.
Account table will need to retain the profile basics
Apparently its STILL not fixed
ERROR 1293 (HY000) at line 22: Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause
Check default values for JoinDate. this might be causing the following error messages:
I dont think Python is able to upload the data correctly and so nothing gets pushed to the Database.