i have a table called giveawayTasks which is a pivot table between giveaways, and tasks tables
this table has giveaway_id, and task_id to connect the other ends, also it has another column which is called order, which allows you to change the order of tasks in a giveaway
when I try to update the order field, it says that the operation was successful, but it doesn’t save it in the database, it also shows on the collection that it is stored, but with one refresh the changes will be gone.
Could you please share the payload that is sent to your backend when saving ?
I will also need you agent type and version please (forest-express-sequelize@7.1.3, forest-rails@3.2.0, etc…)
Is Order a simple number field ? It’s not a relationship right ?
Could you share a video where you edit that field and show the payload sent ? And also check if there is any error in your web console
I do not see the order in your schema, can you double-check ?
If it is missing, you can redo the schema with forest schema:update. If it does not update correctly, try forest schema:update -o tmp which gonna create you a second folder with the schema recreated, you will be able to move the schema from giveawayTasks.