MyBB Community Forums

Full Version: Query problem!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I have insert this query
ALTER TABLE mybb_announcements ADD views INT(8);

but in that query there is an error and now i would insert a new query
ALTER TABLE mybb_announcements ADD COLUMN views INT(8);

When i am inserting that new query, appears an error

[Image: 14d3n03.jpg]

How do i resolve?
There is already a column called "views" in the mybb_announcements table. Delete that then try it again....
My problem is:

How do i delete that?
This isn't support for MyBB, moved.
Sorry MattRogowski Sad

Can you help me plaese?