You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There might be an argument against this, but it would be nice to be able to do something like:
const user = new User(); // Lucid model
user.first_name = 'Johnny'
user.last_name = 'Bravo'
user
.transacting(trx) // a valid transaction reference
.save()
The text was updated successfully, but these errors were encountered:
There might be an argument against this, but it would be nice to be able to do something like:
The text was updated successfully, but these errors were encountered: