rajat.abcx
rajat.abcx
DTDrizzle Team
Created by rajat.abcx on 10/15/2024 in #help
Error while pushing/pulling from pg DB (supabase)
if (column7.column_default.endsWith("[]")) {
^

TypeError: Cannot read properties of undefined (reading 'endsWith')
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.
6 replies