Create migration from existing database in Laravel 4

旧巷老猫 提交于 2019-12-21 17:31:04

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!