how do i remove the unique field out of my db, so easy to put in but what a mission to get out.
Here is my query:
$sql = 'ALTER TABLE test DROP INDEX wth';
i keep getting a failure:Can't DROP 'heading'; check that column/key exists - in phpadmin i have tried it on a test table - it runs the query successfully but the text fields still remain unique
what am i doing wrong?