Differance between mshop_product, mshop_product_list and mshop_product_property table

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
ahmed31916
Advanced
Posts: 148
Joined: 14 Apr 2022, 12:15

Differance between mshop_product, mshop_product_list and mshop_product_property table

Post by ahmed31916 » 16 Apr 2022, 14:28

Hello,

I found that most of the main tables, such as Product, Attribute, etc., have a relation with a table with the same name, but by adding the property and list.

For example: the products table contains mshop_product, mshop_product_list and mshop_product_property table.
So, what the difference between them?

User avatar
aimeos
Administrator
Posts: 7923
Joined: 01 Jan 1970, 00:00

Re: Differance between mshop_product, mshop_product_list and mshop_product_property table

Post by aimeos » 18 Apr 2022, 07:52

- mshop_product: Main table for basic product data
- mshop_product_list: Reference table (m:n) for associating attributes, media, prices, other products, texts, etc. to products
- mshop_product_property: For storing product properties that are not shared with other products (e.g. width, length, height, etc.)
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply