Β© 2026 Hedgehog Software, LLC
NOW()
const userId = ... await supabase.from('table1').update({ my_updated_at: 'now()' }).eq('user_id', userId);