I am working on laravel 4.1. I have a ready made mysql database created by other means. I have managed to create a migration from the existing database that would create all the tables in the database if run.
I want the migration to also include the stored procedures, functions and events present in the database.
I would specifically like to know how to create laravel migrations for stored procedures, events and functions from an existing database.