I am trying to run migrations on my Laravel instance. They are just the default migrations (users and password resets) but when it tries to make the timestamps it throws this e
This worked for me after being unsuccessful with strict mode:
$table->timestamp('published_on')->useCurrent();