README.md in strong_migrations-1.4.3 vs README.md in strong_migrations-1.4.4
- old
+ new
@@ -222,10 +222,10 @@
And some in MySQL and MariaDB:
Type | Safe Changes
--- | ---
-`string` | Increasing `:limit` from under 63 up to 63, increasing `:limit` from over 63 to the max (the threshold may be different if using an encoding other than `utf8mb4`)
+`string` | Increasing `:limit` from under 63 up to 63, increasing `:limit` from over 63 to the max (the threshold can be different if using an encoding other than `utf8mb4` - for instance, it’s 85 for `utf8mb3` and 255 for `latin1`)
#### Good
A safer approach is to: