Magento : Mencari Tabel dengan Kolom Dimaksud

Berikut cara untuk melakukan pencarian Tabel dengan Kolom dimaksud di Magento

masuk ke database Magento, lalu jalankan perintah SQL berikut ini :

misalkan mau mencari kolom attribute_code
SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE COLUMN_NAME LIKE '%attribute_code%';

link :

Safely update SKU from DB Magento2

About air

Periksa Juga

Magento 2 : Media URL di Statik Blok

Magento 2 : Media URL di Statik Blok

Media URL di Statik Blok Magento 2

Leave a Reply

Your email address will not be published. Required fields are marked *