how to return the id after insert sql in knex code example Example: knex last insert id mysql knex('users').max('age')Outputs:select max(`age`) from `users`