-
Notifications
You must be signed in to change notification settings - Fork 288
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Synopsis:
I would like to be able to dynamic generate many to many polymorphic relationships using blueprint. For example: Posts and Images have multiple Tags.
Proposed Syntax:
models:
Post:
relationships:
morphedToMany: Taggable
Image:
relationships:
morphedToMany: Taggable
Tag:
relationships:
morphedByMany: Taggable
Expected Behavior:
Generates
- Models: Post, Image, Tag
- with relationships
- tables: posts, images, tags, taggables
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request