Supabase db pull, cast error
Hey, I’m getting an error while creating a migration file:
In the previous version of the table, I had the bust column as bigint, but now I’ve changed it to int4range. How can I edit the migration file manually to make this work with Supabase? (After running supabase db pull, the migration file is not created — I only get this error.)
1 Reply
Solution is to manually modify latest migration file