migrations-generator icon indicating copy to clipboard operation
migrations-generator copied to clipboard

I get "Call to undefined function Yajra\Pdo\oci_connect()" when running php artisan migrate:generate

Open Blakyan opened this issue 7 years ago • 2 comments

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

Blakyan avatar May 09 '17 18:05 Blakyan

I solved that problem by avoiding xml_type, this type is not implemented in Yajra.

ginzunza avatar Aug 23 '17 18:08 ginzunza

@ginzunza where is xml_type?

thindery avatar Nov 24 '17 23:11 thindery