问题
Is it possible to create a migration in Laravel 4 from an existing database?
回答1:
Here is the linked script, that does, what is asked here.
I also found this tool (actually a Gist code) and I highly prefer it for its simplicity.
来源:https://stackoverflow.com/questions/23514679/create-migration-from-existing-database-in-laravel-4