Skip to content

magento man

Magento2 Install Schema cant add FK

I am trying to add 2 FK in install schema but it returned cant add constraint. May I know why? <?php namespace MyModuleConnectProductSetup; use MagentoFrameworkSetupInstallSchemaInterface; use MagentoFrameworkSetupModuleContextInterface; use MagentoFrameworkSetupSchemaSetupInterface; use MagentoFrameworkDBDdlTable; use phpDocumentorReflectionType; class InstallSchema implements InstallSchemaInterface{ public function install(SchemaSetupInterface… Read More »Magento2 Install Schema cant add FK