Does MySQL index foreign key columns automatically? June 23, 2022 by Tarik Yes, but only on innodb. Innodb is currently the only shipped table format that has foreign keys implemented.