Christian Quispe H

Results 61 comments of Christian Quispe H

:+1: :+1::+1: :+1::+1: :+1::+1: :+1::+1: :+1::+1: :+1:

> Here is a solution that works for me: > > ```prisma > model Profile { > id String @id @default(uuid()) > createdAt DateTime @default(now()) > updatedAt DateTime @updatedAt >...