Skip to content

Commit

Permalink
Revert "set 0000-00-00 00:00:00 to expires default instead of CURRENT…
Browse files Browse the repository at this point in the history
…_TIMESTAMP"

This reverts commit 939da87.

refs #4
  • Loading branch information
nojimage committed Jan 7, 2019
1 parent 3609c43 commit 7d78103
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function change()
'null' => false,
]);
$table->addColumn('expires', 'timestamp', [
'default' => '0000-00-00 00:00:00',
'default' => 'CURRENT_TIMESTAMP',
'null' => false,
]);

Expand Down

0 comments on commit 7d78103

Please sign in to comment.