Allow null in integer

Hi Guys

i got this error:
PostgresError: invalid input syntax for type integer: ""


I need help where i want to allow null to be parsed to my supabase database, but the data types is integer.

Any solutions? or should i convert it to text?
image.png
Was this page helpful?