I am trying to understand and implement database structures that Moltin, an e-commerce API service, provides to my Bubble app. In their documentation, one of the models (product-modifier
) allows value
that can either be an array, a string or an object. See the screenshot below:
As far as I understand, I must set a data type to create a thing in Bubble. How would I implement a similar database structure in Bubble? Or any workarounds you could think of? I am new to backend/database, so any thought would be really helpful. Thanks!