When I run the query I get the following error messages:
Quote:
Error
SQL-query :
ALTER TABLE user ADD COLUMN downloads TEXT NOT NULL
MySQL said:
Duplicate column name 'downloads'
|
Its saying i have duplicate column names. I dont really know how to check for this in mysql so I appreciate if anyone can help me out on this.
Does deleting the existing "downloads" column affect my forum in any way?