diff --git a/docs/integrations/sources/mysql.md b/docs/integrations/sources/mysql.md index 90b1813a81c8..d7041ce61f67 100644 --- a/docs/integrations/sources/mysql.md +++ b/docs/integrations/sources/mysql.md @@ -148,7 +148,7 @@ MySQL data types are mapped to the following data types when synchronizing data. | `bit(>1)` | base64 binary string | | | `boolean` | boolean | | | `tinyint(1)` | boolean | | -| `tinyint` | number | | +| `tinyint(>1)` | number | | | `smallint` | number | | | `mediumint` | number | | | `int` | number | |