{
    "productdesigner_photobook_layouts": {
        "column": {
            "id": true,
            "layout_name": true,
            "layout_orientation": true,
            "layout_image": true,
            "layout_masking_image": true,
            "products": true,
            "status": true,
            "created_at": true,
            "updated_at": true
        },
        "constraint": {
            "PRIMARY": true
        }
    },
    "productdesigner_spine_width": {
        "column": {
            "id": true,
            "from_page": true,
            "to_page": true,
            "width": true,
            "products": true,
            "created_at": true,
            "updated_at": true
        },
        "constraint": {
            "PRIMARY": true
        }
    },
    "productdesigner_blankproduct": {
        "column": {
            "id": true,
            "product_orientation": true,
            "product_output_type": true,
            "product_id": true,
            "created_at": true,
            "updated_at": true
        },
        "constraint": {
            "PRIMARY": true
        }
    }
}