Fork me on GitHub
摘要: 迁移就像是数据库中的版本控制,它让团队能够轻松的修改跟共享应用程序的数据库结构。 1 创建一个迁移 1.1 使用artisan命令make:migration来创建一个新的迁移: php artisan make:migration create_students_table 新的迁移位于datab 阅读全文
posted @ 2016-12-23 21:55 archer-wong 阅读(382) 评论(0) 推荐(0)