ManifestM
Manifest14mo ago
Khoa

Is this an acceptable way to have one product contains multiple images?

    Product:
        properties:
            - name
            - { name: category, type: string }
            - { name: description, type: string }
        belongsToMany:
            - ProductImage

    ProductImage:
        properties:
            - { name: path, type: string }
Was this page helpful?