4

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.

2
  • You found a way? Commented Sep 1, 2021 at 14:07
  • yes, you can do it via installSchema Commented Oct 4, 2021 at 8:35

1 Answer 1

0

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

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.