如何从 laravel 中的现有数据库创建迁移 [英] how to create migration from existing database in laravel

查看:22
本文介绍了如何从 laravel 中的现有数据库创建迁移的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是 laravel 的新手.我知道从 laravel 迁移创建数据库的命令.

I am new to laravel. i know command to create database from laravel migration.

我已经在 mysql 中创建了数据库.那么我怎样才能从该数据库转换迁移.

I have already created database in mysql. so how can i convert migration from that database.

推荐答案

你可以使用 Jeffrey Way 的 Laravel 4 生成器工具,手动完成.这是一个非常有用的工具.https://github.com/JeffreyWay/Laravel-4-Generators(如果你是使用 Laravel 5,请改用这个包:https://github.com/laracasts/Laravel-5-Generators-Extended)

You could use Jeffrey Way's generator tool for Laravel 4, and do them by hand. It is a very useful tool. https://github.com/JeffreyWay/Laravel-4-Generators (if you are using Laravel 5, use this package instead: https://github.com/laracasts/Laravel-5-Generators-Extended)

或者您可以尝试以下软件包之一,它们应该将您现有的架构转换为 Laravel 迁移.我没有尝试过,但看看:

Or you could try out one of the following packages, they should convert your existing schema to Laravel migrations. I have not tried them, but have a look:

https://github.com/barryvdh/laravel-migration-generator

另外,在另一个问题中阅读以下答案,可能对您或其他人有用:Laravel 中实体的逆向工程或自动生成?

Also, read the following answer in another question, might be useful to you or others: Reverse engineering or Auto-Generations of Entities in Laravel?

这篇关于如何从 laravel 中的现有数据库创建迁移的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆