exec($sql); echo "Database migration successful! Table 'chat_log' is ready.\n"; } catch (PDOException $e) { die("Database migration failed: " . $e->getMessage() . "\n"); }