Vinelab / NeoEloquent

The Neo4j OGM for Laravel
MIT License
633 stars 197 forks source link

Call to undefined method Vinelab\NeoEloquent\Schema\Builder::defaultStringLength() #297

Closed ardiantutomo closed 3 years ago

ardiantutomo commented 5 years ago

I'm using php artisan neo4j:make create_user_graph_label --create=UserGraph

it produce `In Facade.php line 221:

Call to undefined method Vinelab\NeoEloquent\Schema\Builder::defaultStringLength()`

What can i do for fixing this issue?

holix commented 5 years ago

Hey,

what version of NeoEloquent are you using?

Running php artisan neo4j:make:migration create_user_graph_label --create=UserGraph on 1.4.7 works fine.

ardiantutomo commented 5 years ago

I'm using v1.4.6

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.