Using onConflict for date?
Hi all, I am trying to update the entry for a date if no entry exists on that date, otherwise insert a new entry.
Is upsert the correct was to go about this with onConflict and ignoreDuplicates?
I get a 400 bad request with the following:
Any direction is appreciated.
Is upsert the correct was to go about this with onConflict and ignoreDuplicates?
I get a 400 bad request with the following:
Any direction is appreciated.