cviebrock / sequel-pro-laravel-export

A Sequel Pro / Sequel Ace bundle to generate Laravel migration files from existing tables.
MIT License
921 stars 56 forks source link

Feature request: export functions, table triggers and procedures #25

Open amravazzi opened 6 years ago

amravazzi commented 6 years ago

It would be really useful if functions, procs and table triggers were able to be exported as migrations. Even raw statements would be great.

cviebrock commented 5 years ago

Wanna take a stab at a PR for this?