mysql-workbench-export-laravel-5-migrations icon indicating copy to clipboard operation
mysql-workbench-export-laravel-5-migrations copied to clipboard

A MySQL Workbench plugin which exports a Model to Laravel 5 Migrations

Results 25 mysql-workbench-export-laravel-5-migrations issues
Sort by recently updated
recently updated
newest added

Laravel 8.37 introduces migration using anonymous classes to solves [the issue](https://github.com/laravel/framework/issues/5899) with migration class name collisions. #86

Laravel 8.37 introduces migration using anonymous classes to solves [the issue](https://github.com/laravel/framework/issues/5899) with migration class name collisions.

Does anyone know how to solve this? C:\Users\xxxx\AppData\Roaming\MySQL\Workbench\log shows ``` 10:05:09 [ERR][ Workbench]: Console redirection failed. 10:05:09 [INF][ Workbench]: Starting up Workbench 10:05:09 [INF][ Workbench]: Current environment: Command line: "C:\Program...

I installed this plugin as described in documentation file . I tried to export my database using > tools->catalog->export laravel 5 migration ![screenshot from 2016-11-19 01-12-34](https://cloud.githubusercontent.com/assets/4643935/20450016/cb188b46-adf5-11e6-96bb-b0e3a6b68807.png) but it's showing error...

bug

Hello, my tables are all created on the same date and when i export the slq from workbench they are in alphabetical order but when i export them for laravel...

As title says, the Export option isn't there anymore - Tools > Catalog > Export Laravel 5 Migration

print tableName in plural form https://code.activestate.com/recipes/577781-pluralize-word-convert-singular-word-to-its-plural/

error function calling module function

when a foreign column create it must have same type table a id => unsigned and integer table b parent (foreign key with table a) parent => integer *** parent...

If I have two tables that reference each other and try to export the migration it just hangs and my laptop fans spin up very fast and I need to...