exec($sql); echo "Migration 004_add_status_to_submissions executed successfully." . PHP_EOL; } catch (PDOException $e) { die("Could not connect to the database: " . $e->getMessage()); }