Skip to content

Commit 03ea188

Browse files
committed
implements datetime type
1 parent 4e14cc7 commit 03ea188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Schema/Grammars/DB2Grammar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ protected function typeDate(Fluent $column)
637637
*/
638638
protected function typeDateTime(Fluent $column)
639639
{
640-
return 'datetime';
640+
return $this->typeTimestamp($column);
641641
}
642642

643643
/**

0 commit comments

Comments
 (0)