79300616

Date: 2024-12-22 07:20:36
Score: 0.5
Natty:
Report link

If you're using drizzle orm, you'll need to use the sql wrapper, see example below:

  id: uuid().primaryKey().default(sql`gen_random_uuid()`),

With sql imported from:

import { sql } from "drizzle-orm";
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Spiff Jekey-Green