Chris Tsongas
07/27/2021, 4:46 PMid String @id @db.Uuid
as I like having the option to generate IDs programmatically (even on the client) before doing an insert, however I'm considering switching to id String @id @default(uuid()) @db.Uuid
so I don't HAVE to supply an ID every time I do an insert. Just want to confirm I'd still be able to supply an ID generated programmatically when doing an insert?Ryan
07/28/2021, 7:15 AM