Generate Random UUID Sqlite

Hey i was wondering how i would create a unique ID that contains a random string of characters for a text?

model User {
  id             String       @id @default(uuid())
}
Something like this but instead of mysql and primsa. Have Sqlite and Drizzle
Was this page helpful?