Errors and additional information
Collations
SELECT COLLATION_NAME
FROM information_schema.columns
WHERE TABLE_NAME = "<TABLE_NAME>" AND COLUMN_NAME = "<COLUMN_NAME>";COLLATE utf8mb4_general_ciLast updated
SELECT COLLATION_NAME
FROM information_schema.columns
WHERE TABLE_NAME = "<TABLE_NAME>" AND COLUMN_NAME = "<COLUMN_NAME>";COLLATE utf8mb4_general_ciLast updated