When importing SQL files that were exported before UTF-8 BOM support (or files manually added/edited without proper encoding), unicode characters may be silently corrupted. There is no warning to ...
`job_id` bigint(20) UNSIGNED NOT NULL, `company_id` bigint(20) UNSIGNED NOT NULL, `campus_id` bigint(20) UNSIGNED NOT NULL, INSERT INTO `jobs` (`job_id`, `company_id`, `campus_id`, `title`, ...