Xethron / migrations-generator

Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
MIT License
3.32k stars 588 forks source link

Support for Stored Procedure #150

Open bloodyburger opened 6 years ago

bloodyburger commented 6 years ago

Hi, Does the generator create migration file for stored procedures as well. If not, good to have feature.

pmirandaarias commented 6 years ago

and also functions.

pmirandaarias commented 6 years ago

And views 👍

khoude24 commented 6 years ago

👍

AdrienPoupa commented 4 years ago

Hi, I had the same issue and ended up writing my own package, if this is useful for anybody: https://github.com/AdrienPoupa/migrate-routines