implements datetime type

This commit is contained in:
Maxime Rault 2018-07-11 09:59:59 +02:00
parent a1aad3bb54
commit 95bce1ed3a

View File

@ -637,7 +637,7 @@ class DB2Grammar extends Grammar
*/ */
protected function typeDateTime(Fluent $column) protected function typeDateTime(Fluent $column)
{ {
return 'datetime'; return $this->typeTimestamp($column);
} }
/** /**