In the document there is an example as follow: ``` .onConflict('name').doUpdate('age') ``` but actually it should be: ``` .onConflict('name').doUpdate(['age']) ``` do I miss a thing?
In the document there is an example as follow:
but actually it should be:
do I miss a thing?