migrations-generator icon indicating copy to clipboard operation
migrations-generator copied to clipboard

Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.

Results 6 migrations-generator issues
Sort by recently updated
recently updated
newest added

The "2.1" constraint for "oscarafdev/migrations-generator" appears too strict and will likely not match what you want. See https://getcomposer.org/constraints ./composer.json has been updated Running composer update oscarafdev/migrations-generator Loading composer repositories with...

error: oscarafdev/migrations-generator[v2.0.7, ..., 2.0.20] require php ^7.2 -> your php version (8.2.11) does not satisfy that requirement.

![image](https://user-images.githubusercontent.com/59017140/120888833-2956c800-c618-11eb-8986-8e1e7b12e042.png) Pls check this image

Could you add support for php 8 ? :)

enhancement

We are using postgresql, and inside our database we use `uuid` type (which is supported by both, postgresql and laravel) but when the migrations got generated, the field was modified...

bug
enhancement