PDO::ERRMODE_EXCEPTION, PDO::ATTR_DEFAULT_FETCH_MODE => PDO::FETCH_ASSOC, ]); } catch (PDOException $e) { // If the database doesn't exist, we can't run migrations. // The error will be caught and displayed on the page. throw $e; } return $pdo; }