Glossary

product_images

multiple images per product: - `id` (primary key) - `product_id` (foreign key to products) - `url` (varchar 500 — the stored file URL) - `alt_text` (varchar 200) - `sort_order` (integer — for controlling display order) - `is_primary` (boolean — the main product image)

Learn More

Related Terms