MUlt1mate / cron-manager

A PHP cron task manager for MVC-type applications
MIT License
405 stars 70 forks source link

fix creating table task in mysql version 5.5 and lower #12

Closed poursadeqi closed 7 years ago

poursadeqi commented 7 years ago

in mysql 5.5 and lower we get error SQL Error (1293): Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause". this commit fix this bug in mysql