menuItemModifierGroups() — drizzle-orm Function Reference
Architecture documentation for the menuItemModifierGroups() function in pg.schema.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 6e7cb7cd_63cb_9d67_f690_58286c07a8fc["menuItemModifierGroups()"] 6e66809b_2d53_90e9_685f_ad46ec0ffb9a["pg.schema.ts"] 6e7cb7cd_63cb_9d67_f690_58286c07a8fc -->|defined in| 6e66809b_2d53_90e9_685f_ad46ec0ffb9a style 6e7cb7cd_63cb_9d67_f690_58286c07a8fc fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
integration-tests/tests/relational/issues-schemas/wrong-mapping/pg.schema.ts lines 23–29
(table) => ({
menuItemIdModifierGroupIdOrderPk: primaryKey(
table.menuItemId,
table.modifierGroupId,
table.order,
),
}),
Domain
Subdomains
Source
Frequently Asked Questions
What does menuItemModifierGroups() do?
menuItemModifierGroups() is a function in the drizzle-orm codebase, defined in integration-tests/tests/relational/issues-schemas/wrong-mapping/pg.schema.ts.
Where is menuItemModifierGroups() defined?
menuItemModifierGroups() is defined in integration-tests/tests/relational/issues-schemas/wrong-mapping/pg.schema.ts at line 23.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free