migrations-generator
migrations-generator copied to clipboard
Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
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.
 Pls check this image
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...