Can I do a form to insert data with nested data?
Table “products”:
- name
- prices (reference to table “prices”)
Table “prices”:
- id
- currency
- amount
Is it possible to create a form to add a product, and inside it you can define an unlimited amount of prices? (a product may be have different prices for different currencies)
Something like this:
Community Page
Last updated:
Last updated: