invalid input syntax for type bigint

I have a table 'comments' which has a column 'instance_id' that was of type bigint previously but now I changed it to varchar but supabase is throwing an error when I try to retrieve data from the 'comments' table and set the instance_id equal to a string.
It keeps saying invalid syntax for type bigint even though i already changed the column type from bigint to varchar.
image.png
Was this page helpful?