Xethron / migrations-generator

Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
MIT License
3.32k stars 591 forks source link

How to use it for mongodb collections? #180

Open PragnaBrahmbhatt opened 5 years ago

PragnaBrahmbhatt commented 5 years ago

If some table use mongodb, then how to use it or is there any other solution to create migration file for mongodb? I am begginer in laravel .