implements datetime type

This commit is contained in:
Maxime Rault 2018-07-11 09:59:59 +02:00
parent a1aad3bb54
commit 95bce1ed3a
1 changed files with 1 additions and 1 deletions

View File

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