Suppose we want to insert a Product with multiple features.
- products table: id, name, price
- product_galleries table: id, product_id, image_path
We want a form where the user can add multiple images dynamically for each product.
Step 1: Database Tables
Migration for products
Migration for product_galleries
Run migrations:
