ALTER TABLE `furniture`
ADD COLUMN `behaviour_data` int(11) NOT NULL DEFAULT 0 AFTER `interaction_type`;
Oh that could be possible, and the query helped, thank you!Run this query.
Also I assume if you don't have this column, you haven't ran required queries for Release 2, in the folder, there should be a folder called SQLs, run Behavior Changes.sql and SQLs.sql in your database and this should prevent other errors related to this.Code:ALTER TABLE `furniture` ADD COLUMN `behaviour_data` int(11) NOT NULL DEFAULT 0 AFTER `interaction_type`;