Merge pull request #21 from pulasthibandara/patch-2

grammar changed to fix datetime type issue
This commit is contained in:
Cooperl Arc Atlantique 2017-04-14 10:45:06 +02:00 committed by GitHub
commit 25a281e991

View File

@ -639,7 +639,7 @@ class DB2Grammar extends Grammar
*/ */
protected function typeDateTime(Fluent $column) protected function typeDateTime(Fluent $column)
{ {
return 'datetime'; return 'timestamp default current_timestamp';
} }
/** /**