Xethron / migrations-generator

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

php artisan migrate:generate json type was unsupported. #74

Closed lance-dd closed 8 years ago

lance-dd commented 8 years ago

php artisan migrate:generate

[Doctrine\DBAL\DBALException] Unknown database type json requested, Doctrine\DBAL\Platforms\MySqlPlatform may not support it.

Didn`t support type json ,my database is mysql version >=5.7 .

Xethron commented 8 years ago

Hello @lance-dd. Thanks for reporting this. I believe this was added in #76, let me know if this is still an issue.