We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See:
oriquent/src/Sgpatil/Orientdb/Schema/Blueprint.php
Line 733 in 930cf46
The function addColumn should return \Illuminate\Support\Fluent, but now it does not. This makes it impossible to do things like:
$table->string('something')->nullable();
Such code results in:
[Symfony\Component\Debug\Exception\FatalThrowableError] Call to a member function nullable() on array
I've only just started using this package, so I need to dig a bit deeper before I can make a fork and post a pull request.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See:
oriquent/src/Sgpatil/Orientdb/Schema/Blueprint.php
Line 733 in 930cf46
The function addColumn should return \Illuminate\Support\Fluent, but now it does not. This makes it impossible to do things like:
Such code results in:
I've only just started using this package, so I need to dig a bit deeper before I can make a fork and post a pull request.
The text was updated successfully, but these errors were encountered: