diff --git a/config/database.php b/config/database.php index b5020f740..7fe483d71 100644 --- a/config/database.php +++ b/config/database.php @@ -1,7 +1,8 @@ [ + 'types' => [ + 'timestamp' => TimestampType::class, + ], + ], ];