migrations-generator
migrations-generator copied to clipboard
I get "Call to undefined function Yajra\Pdo\oci_connect()" when running php artisan migrate:generate
i'm working on ubuntu 16.04, with Oracle 11g XE edition. the oci extension is well installed and integrated in php.ini (cli and apache2). when testing request to the database it works well. But i'm working on a project with too much table. i need a way to generate migrations
I solved that problem by avoiding xml_type, this type is not implemented in Yajra.
@ginzunza where is xml_type?