exec($sql); echo "Migration to add file_path to service_requests table applied successfully." . PHP_EOL; } catch (PDOException $e) { die("Migration failed: " . $e->getMessage()); }