Operation failed: There was an error while applying the SQL script to the database. Executing: ALTER TABLE `want`.`products` CHANGE COLUMN `categorird` `categories_id` INT NOT NULL , ADD INDEX `fk_products_categories_idx` (`categories_id` ASC); ; ALTER TABLE `want`.`products` ADD CONSTRAINT `fk_products_categories` FOREIGN KEY (`categories_id`) REFERENCES `want`.`categories` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; ERROR 1054: Unknown column 'categorird' in 'products' SQL Statement: ALTER TABLE `want`.`products` CHANGE COLUMN `categorird` `categories_id` INT NOT NULL , ADD INDEX `fk_products_categories_idx` (`categories_id` ASC)