I just did that this the result i got:
#1060 - Duplicate column name 'phrasegroup_global'
Quote:
Originally Posted by borbole
You are using it wrong. You should run the following code. Copy/paste it in the sql box in the phpmyadmin at the db that your forum resides on.
Code:
ALTER TABLE `language` ADD `phrasegroup_global` mediumtext;
If you use a custom prefix for your db tables, append it to the table name in the query above.
|