Skip to content

Commit

Permalink
implements datetime type
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperl22 committed Jul 11, 2018
1 parent a1aad3b commit 95bce1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Schema/Grammars/DB2Grammar.php
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ protected function typeDate(Fluent $column)
*/
protected function typeDateTime(Fluent $column)
{
return 'datetime';
return $this->typeTimestamp($column);
}

/**
Expand Down

0 comments on commit 95bce1e

Please sign in to comment.