onConflict
Configures the ON CONFLICT clause in a fluent and safe manner. Example: .onConflict { onColumns("email") doUpdate("last_login = NOW()") }
Configures the ON CONFLICT clause in a fluent and safe manner. Example: .onConflict { onColumns("email") doUpdate("last_login = NOW()") }