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 ?

5 Replies
fascinating-indigo•7mo 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-apricotOP•7mo ago
Are you referring to this?
generous-apricotOP•7mo 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•7mo ago
Thanks, @saroj. I'll pass this on to the Drizzle team and update you on any fixes.
generous-apricotOP•7mo ago
Appreciate it! Looking forward to the update.