From 4751f97e1013044c8da6945fe200486ff27e7676 Mon Sep 17 00:00:00 2001 From: doc-claw-bot Date: Wed, 16 Sep 2026 03:29:03 +0000 Subject: [PATCH] docs: fix sync-diff-inspector limitations in migration tools --- migration-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration-tools.md b/migration-tools.md index 133982cf917dc..099246ced8dfc 100644 --- a/migration-tools.md +++ b/migration-tools.md @@ -83,7 +83,7 @@ This document introduces the user scenarios, supported upstreams and downstreams - **Advantages**: Can be used to repair data in the scenario where a small amount of data is inconsistent - **Limitation**: - Online check is not supported for data migration between MySQL and TiDB. - - JSON, BIT, BINARY, BLOB and other types of data are not supported. + - Data type support varies by type. JSON, BLOB/VARBINARY, and BIT are supported. For FLOAT/DOUBLE and collation-related considerations, see [Restrictions of sync-diff-inspector](/sync-diff-inspector/sync-diff-inspector-overview.md). ## Install tools using TiUP