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
1 changed files with 1 additions and 1 deletions

View File

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