MyBB Community Forums

Full Version: Editreason MyBB SQL Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: cU6eB8n.png]


When I type cause changes expel this

Huh Huh
you can try below SQL query to fix it
ALTER TABLE `mybb_posts` ADD COLUMN `editreason` varchar(150) NOT NULL default ''
see also common sql queries guidance