M2CliTools icon indicating copy to clipboard operation
M2CliTools copied to clipboard

Add support for table prefixes

Open ThomasNegeli opened this issue 5 years ago • 1 comments

table prefixes are currently not supported

ThomasNegeli avatar Jun 12 '19 07:06 ThomasNegeli

E.g.:

$setup = $objectManager->get('Magento\Framework\Setup\ModuleDataSetupInterface'); $mediaGallery = $setup->getTable('catalog_product_entity_media_gallery');

But don't use objectmanager for that.

ThomasNegeli avatar Jun 12 '19 08:06 ThomasNegeli