laravel-oci8 icon indicating copy to clipboard operation
laravel-oci8 copied to clipboard

Call to undefined method Yajra\Oci8\Oci8Connection::getSchemaState()

Open Tamim365 opened this issue 4 years ago • 1 comments

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()

image

  • Operating System: windows 10
  • PHP Version: 8.0.3
  • Laravel Version: 8
  • Laravel-OCI8 Version: 8.4

Tamim365 avatar Jun 14 '21 18:06 Tamim365

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!

yajra avatar Jun 15 '21 01:06 yajra