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