Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

where is the sku of prestashop products saved

i am using PrestaShop v1.6.1.4. I want to get sku of any product using custom query. But i am unable to find SKU column in the prestashop database tables. if anyone can please tell me where is the sku of products is saved in the tables i.e which table and column name

like image 816
Mehtab Avatar asked Feb 08 '23 21:02

Mehtab


1 Answers

Prestashop does not call SKUs as SKU. It is "reference". You can find products table -> reference

like image 124
Gaberiel Avatar answered Feb 10 '23 11:02

Gaberiel