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