Documentation Index
Fetch the complete documentation index at: https://planetscale.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
What this error means
INVALID_CHARSET means a table or column uses a character set that PlanetScale does not allow for schema linting.
Common messages include:
utf8mb4, utf8mb3, utf8, latin1, and ascii. We recommend utf8mb4 for new schemas.
Why PlanetScale rejects it
Vitess must be able to parse, compare, and apply schemas consistently across branches and tablets. Unsupported charsets can make schema diffs and data movement unsafe or incompatible with the target MySQL configuration.How to fix it
Convert the table or column to a supported character set, preferablyutf8mb4.

