Skip to content

doUpdate argument is an array not string #17

@kayvaninvemo

Description

@kayvaninvemo

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions