Good Morning.
I am trying to use the Migration Tool Kit to migrate a database from MS SQL to MySql. I am receiving an error on the FK creations:
Sql: ALTER TABLE `UserInformation` ADD FOREIGN KEY `FK_UserInformation_UserLevels`(`userlevel`) REFERENCES `UserLevels`(`id`) ON DELETE RESTRICT ON UPDATE RESTRICT
Check C:Program FilesSQLyog Enterprisesja.log for complete error details.
I have verified that both fields are of the same data type and both are signed (identity, right?)
Not sure what I am missing.
Thanks in advance.