N
Neon7mo ago
generous-apricot

Error while changing a value

Well when i tried to change a value on a column of a table from the neon console i got an error saying Unexpected error happened. I tried to solve this myself but couldn't. The problem is only for the values of a specific column. If I try to change values of any other columns of the same table, I don't get any errors. Is there anything I did wrong ?
No description
5 Replies
fascinating-indigo
fascinating-indigo7mo ago
Hi @Saroj Thanks for reporting. Our Tables page in the Neon Console is a Drizzle Studio integration. I'll touch base with them to see how we might be able to address the issue. @Saroj Can you provide the context from the Download Error Context button and a description & details about what led to the error: The action you were trying to perform, the column type, anything that might help us reproduce. If you're on a Neon paid plan, please open a support ticket here: https://console.neon.tech/app/projects?modal=support (where you can upload files). Otherwise, please DM me and I'll pass on the info.
generous-apricot
generous-apricotOP7mo ago
Are you referring to this?
generous-apricot
generous-apricotOP7mo ago
I was trying to change the enum value of a column status. The definition of the column in my model looks like this: status: { type: DataTypes.ENUM, values: ['onSale', 'sold', 'rented'], defaultValue: 'onSale', allowNull: false } When i double clicked on that value, then suddenly that error appeared. I tried doing it multiple times but everytime got the same error.
fascinating-indigo
fascinating-indigo7mo ago
Thanks, @saroj. I'll pass this on to the Drizzle team and update you on any fixes.
generous-apricot
generous-apricotOP7mo ago
Appreciate it! Looking forward to the update.

Did you find this page helpful?