implements datetime type
This commit is contained in:
parent
a1aad3bb54
commit
95bce1ed3a
@ -637,7 +637,7 @@ class DB2Grammar extends Grammar
|
|||||||
*/
|
*/
|
||||||
protected function typeDateTime(Fluent $column)
|
protected function typeDateTime(Fluent $column)
|
||||||
{
|
{
|
||||||
return 'datetime';
|
return $this->typeTimestamp($column);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user