Skip to content

Don't enforce grouping of attributes and relationships #68

@DavyLandman

Description

@DavyLandman

For this is incorrect:

entity Item {
	shelf: int
	product -> Product."Product.inventory"[1]
	picture: blob
}

image

while this is correct:

entity Item {
	shelf: int
	picture: blob
	product -> Product."Product.inventory"[1]
}

@davidediruscio suggested I raise an issue to remove this restriction.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions