laravel-oci8
laravel-oci8 copied to clipboard
Call to undefined method Yajra\Oci8\Oci8Connection::getSchemaState()
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()

- Operating System: windows 10
- PHP Version: 8.0.3
- Laravel Version: 8
- Laravel-OCI8 Version: 8.4
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!