Add DateTime support to database binding layer.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
@@ -368,7 +368,7 @@ class Postgres extends Grammar {
|
||||
*/
|
||||
protected function type_date(Fluent $column)
|
||||
{
|
||||
return 'TIMESTAMP';
|
||||
return 'TIMESTAMP(0) WITHOUT TIME ZONE';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user