I have three tables: categories, languages and categories_languages. Categories_languages is many to many table which links together categories and languages. I would like t
If you are looking for a temp solution you can also change the ON UPDATE action to CASCADE and modify your ids
ON UPDATE
CASCADE