STILLWATER;
04/07/2022, 1:18 PMNeedle
04/07/2022, 1:18 PM/title
command!
We have solved your problem?
Click the button below to archive it.STILLWATER;
04/07/2022, 1:19 PMjs
const { data, error } = await supabase
.from('users')
.upsert({ username: 'supabot' }, { onConflict: 'username' })
fernandolguevara
04/07/2022, 2:03 PM{ onConflict: 'col1,col2' }
?Needle
04/07/2022, 2:03 PMSTILLWATER;
04/07/2022, 2:12 PMSteve
04/07/2022, 3:51 PMSTILLWATER;
04/08/2022, 4:30 AMNeedle
04/09/2022, 11:39 AM