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