标签: mysql heroku migration
我在我的本地机器上使用mysql 5.6作为我的laravel应用程序,而Heroku在5.5上意味着我在生产中出现错误:
General error: 1293 Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause.
我想我无法在Heroku上升级mysql版本,所以有办法解决这个问题吗?