Insert method, can't insert data
Hey devs, I have a quick question about the insert method
await supabase.from('table_name').insert([{month: custom_data}])
Is this possible to do?
the month is a dynamic string, it can be any month, but when ever I send req it said can't find the month inside table?
await supabase.from('table_name').insert([{month: custom_data}])
Is this possible to do?
the month is a dynamic string, it can be any month, but when ever I send req it said can't find the month inside table?