Join Discord
Powered by
Hi all I have a table defined with default values ...
# off-topic
g
ggggguh
06/14/2022, 7:03 PM
Hi all I have a table defined with default values for
id
and
created_at
and am tring to enter data as so:
await supabase.from('pads').insert()
but this doesn't work. is there a way of creating a record without passing anything in?
Previous
Next