Skip to content
Advertisement

Tag: laravel-migrations

How to convert Laravel migrations to raw SQL scripts?

Developers of my team are really used to the power of Laravel migrations, they are working great on local machines and our dev servers. But customer’s database admin will not accept Laravel migrations. He asks for raw SQL scripts for each new version of our application. Is there any tool or programming technique to capture the output from Laravel migrations

Advertisement