Skip to:
While ALTER TABLE ... ALTER COLUMN works on my install for some reason, it's not the proper format for changing a column in MySQL. We should be using CHANGE or MODIFY. Why ALTER works for me is beyond me....
While ALTER TABLE ... ALTER COLUMN works on my install for some reason, it's not the proper format for changing a column in MySQL. We should be using CHANGE or MODIFY. Why ALTER works for me is beyond me....