I have already created a table in MySQL! And have tried a number of queries to alter the table and add foreign key to the table! But none of them work?? No error message no nothing but still nothing happening...
I need the exact query which would work! :(
Details:
- Table1: users column: id
- Table2: Pokemon_ref column: pkmn_id
If an insertion is done in Table1 then it should also be added in Table2!