Fivem server database error

So i have this error stating column ‘house’ can’t have a default value when running this script in my database:ALTER TABLE users ADD COLUMN house LONGTEXT NOT NULL DEFAULT ‘{“owns”:false,“furniture”:[],“houseId”:1}’;
ALTER TABLE users ADD COLUMN bought_furniture LONGTEXT NOT NULL DEFAULT ‘{}’;
Any help would be much needed

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.