質問

I'm trying to create MySQL stored procedure using Magento 2.3.x for one of my requirements.

I found that that there is no way in Magento 2.3 declarative schema by which I can create that.

But if the stored procedure is created in the MySQL I'm able to call that using Magento.

Please let me know if there any specific way to create a stored procedure using Magento 2.3 declarative schema.

正しい解決策はありません

他のヒント

I was also looking into this, the best I could find was the method explained in this answer - https://magento.stackexchange.com/a/321531/93665

ライセンス: CC-BY-SA帰属
所属していません magento.stackexchange
scroll top