```sql UPDATE table_name SET column_name = column_name + 1 WHERE condition; ``` please any easy way to do this with drizzle? talking about the SET column_name = column_name + 1 part