Drizzle + SQLite updated at field

Is the only way to have an updated at field in SQLite just setting the updated at by hand on each update? And if so what is the best solution for it in Drizzle? Can you just set
sql`CURRENT_TIMESTAMP`
sql`CURRENT_TIMESTAMP`
as a value?