This doesn't do anything because `id` is removed by parseValues: ```js await db('order').update({ id: doc.id }, { id: String(doc.id) }) ```