Hi all I have a table defined with default values ...
# off-topic
g
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?