Harsha MV
model Category { id String @id @unique @default(uuid()) @db.Uuid name String @db.VarChar(255) projects ProjectCategories[] }