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