Hello,
i'm trying to migrate an existing SQLite to MySQL but it throws the following error:
[Doctrine\DBAL\DBALException]
Unknown database type requested, Doctrine\DBAL\Platforms\SqlitePlatform may not support it.
Also the SQLite contains some Views v_xxx and Indexes "idx_xxx" which can not be migrated.
Do you have any idea how to deal with this?
I'm using the following to create the migrations: https://github.com/Xethron/migrations-generator
Seeds are perfectly generated with iseed.
Thanks
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community