{
    "inventory_pickup_location_order": {
        "column": {
            "order_id": true,
            "pickup_location_code": true
        },
        "constraint": {
            "PRIMARY": true,
            "INVENTORY_PICKUP_LOCATION_ORDER_ORDER_ID_SALES_ORDER_ENTITY_ID": true
        }
    },
    "sales_order_grid": {
        "column": {
            "pickup_location_code": true
        },
        "index": {
            "SALES_ORDER_GRID_PICKUP_LOCATION_CODE": true
        }
    },
    "inventory_order_notification": {
        "column": {
            "order_id": true,
            "notification_sent": true,
            "send_notification": true
        },
        "constraint": {
            "PRIMARY": true,
            "INVENTORY_ORDER_NOTIFICATION_ORDER_ID_SALES_ORDER_ENTITY_ID": true
        }
    }
}
