Skip to content
Advertisement

Tag: sql-function

Problem with migrating sql function in phpmyadmin in Laravel

I have sql function that I need to migrate to phpmyadmin in order for my code to work. I make migration where I insert code for sql function and then I do php artisan migrate:fresh –seed it successfully completes and fills all table and it shows that migration worked. But when I go in phpmyadmin it didn’t create function. I

Advertisement