You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this schema:dump feature/command is not yet supported by the package. Tagging for enhancement. Please do not hesitate to submit a PR if you can to support this command. Thanks!
php artisan schema:dump --prune gives Call to undefined method error.
I have laravel project with oracle database connected. When I tried to run php artisan schema:dump --prune, it gives an error:
Call to undefined method Yajra\Oci8\Oci8Connection::getSchemaState()
The text was updated successfully, but these errors were encountered: