Xethron / migrations-generator

Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
MIT License
3.32k stars 588 forks source link

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

Open Blakyan opened 7 years ago

Blakyan commented 7 years ago

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

ginzunza commented 7 years ago

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

thindery commented 6 years ago

@ginzunza where is xml_type?