But wasn’t able to figure out how that applied to my situation. I’ve checked the table and as far as I can tell there is only one ‘title’ column, so I can’t figure out what is happening- any ideas?
I’m a newbie and not sure I understand your question- the tables have already been created, shouldn’t I be able to enter the above command as a simply MySQL query?
do you have a utility application like phpmyadmin or mysql-front? these applications are all able to “export” the structure of the table, which means they will produce the CREATE TABLE statement for your table
longneck wants to see the CREATE TABLE statement so that he can create the table on his own system and then test your ALTER statement on it, to see if he can reproduce the error message
Thanks r937, I think I have attached what you need. I exported the structure of the wsnlinks_links table that I think is giving me trouble using phpmyadmin as an sql file, please let me know if you need something different.