Skip to content

Commit

Permalink
Added support for MySQL Workbench 8.0 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
willhatchVista authored and VeeeneX committed Jun 22, 2019
1 parent aa10e1f commit 09445b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion export-laravel-5-migrations.py
Expand Up @@ -2,6 +2,7 @@
# MySQL Workbench module
# A MySQL Workbench plugin which exports a Model to Laravel 5 Migrations
# Written in MySQL Workbench 6.3.6
# Support for MySQL Workbench 8.0 added

import cStringIO
import glob
Expand Down Expand Up @@ -159,7 +160,8 @@ class Create{tableNameCamelCase}Table extends Migration
'wb.util.generate_laravel5_migration',
caption='Export Laravel 5 Migration',
input=[wbinputs.currentCatalog()],
groups=['Catalog/Utilities', 'Menu/Catalog']
groups=['Catalog/Utilities', 'Menu/Catalog'],
pluginMenu='Catalog'
)
@ModuleInfo.export(grt.INT, grt.classes.db_Catalog)
def generate_laravel5_migration(catalog):
Expand Down

0 comments on commit 09445b1

Please sign in to comment.