Xethron / migrations-generator

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

Undefined property: stdClass::$column_name #203

Open acushlakoncept opened 4 years ago

acushlakoncept commented 4 years ago

I get this error on tables with enums:

Undefined property: stdClass::$column_name at /Users/apple/Desktop/HMS/vendor/xethron/migrations-generator/src/Xethron/MigrationsGenerator/Generators/FieldGenerator.php:76)"} []

oscarafdev commented 4 years ago

This library is no longer supported by its creator, use oscarafdev/migrations-generator

acushlakoncept commented 4 years ago

Thank you

abdulrehman25 commented 1 year ago

here is a fix for it [https://github.com/Xethron/migrations-generator/pull/209]