Can I import a mysql dump to a laravel migration?

后端 未结 10 2048
离开以前
离开以前 2020-12-24 11:46

I have a complete database and need to create migration. I guess there must be a way to do it from a dump but not sure. Is there any way automatically or at least easier to

10条回答
  •  情书的邮戳
    2020-12-24 12:03

    Simple solution provided by Laravel Article for generating migration file from an existing database table.

    Try: https://laravelarticle.com/laravel-migration-generator-online

提交回复
热议问题