fix: Fix migration script for MySQL
Adding default = 0 for ID columns breaks inserts. Insert will assign the default value as ID, therefore it will fail. That then results in UPDATE being executed, resulting in constant overwriting of the IDP/SP name.