How do I change the type of a Foreign Key column? (2 replies)
(MySQL.com) Here is what I am trying to do:
Table1 has primary key col1 of type INT
Table2 has a foreign col2 to parent Table1.col1
Now I changed the type of Table1.col1 to a user defined type: my_unique_id
What I want is a script that will change the type