What this error means
BLOB_IN_UNIQUE_KEY means a primary key includes a BLOB or TEXT column.
A common error message is:
Why PlanetScale rejects it
PlanetScale needs a stable and efficient unique row identity for online schema changes.BLOB and TEXT columns are not accepted for that row identity because they can be large and are typically indexed through prefixes rather than complete values.

