Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Laravel 3 和 MongoHQ 数据库。
在一些教程中(例如:http ://codehappy.daylerees.com/authentication )我需要创建模式和迁移,但是如何使用 NoSQL 数据库来做到这一点?还是我应该保持这一步?
Laravel(版本 4&3)使用 Eloquent ORM 进行数据库工作。(包括 Migrations 和 Schemas) 目前 Eloquent 只支持四种数据库系统:MySQL、Postgres、SQLite 和 SQL Server。
使用 MongoHQ,您无法创建迁移或模式。
来源:https ://laravel.com/docs/database