model ProductCategory { categoryId String @id @default(uuid()) categoryName String products Product[] @ignore }
© 2026 Hedgehog Software, LLC