kitloong / laravel-migrations-generator

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

Migrations for triggers #188

Closed SerPalych closed 4 weeks ago

SerPalych commented 1 year ago

If your database has triggers, please note that this package does not create migrations for triggers.

kitloong commented 4 weeks ago

Will close this issue for now until we find a way to generate the trigger.