Error while pushing/pulling from pg DB (supabase)

 if (column7.column_default.endsWith("[]")) {
                                 ^

TypeError: Cannot read properties of undefined (reading 'endsWith')

facing this issue, after I run the migrations for the first time, introspect, pull, push all of them throwing error.
Was this page helpful?