MySQL Error 1293 - Incorrect table definition (TIMESTAMP)
MySQL Error 1293 FAQ: Help, I'm getting a MySQL incorrect table definition error message related to a TIMESTAMP column. How do I get past it?
If you ever get this MySQL Error 1293 (like I just did):
ERROR 1293 (HY000): Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause
fear not, it may not be too bad. Let's take a look.