From 2ab032599c422c415e29aec51b2be96be80409fb Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Fri, 3 Sep 2021 22:09:25 -0600 Subject: [PATCH] Update db config --- config/database.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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, + ], + ], ];