© 2026 Hedgehog Software, LLC
id: text("id") .primaryKey() .default(sql`uuid4()`),
`id` text PRIMARY KEY DEFAULT uuid4() NOT NULL,