© 2026 Hedgehog Software, LLC
const updated_at = timestamp("updated_at") .notNull() .defaultNow() .$onUpdateFn(() => sql`now()`);