I have been trialing your software for the last 2 weeks, however my trial has come to an end.
I hope to soon have the money available to purchase your software on a permanent basis but for the time being the bank balance doesn't allow. Having spent the past 2 weeks working on a model I was slightly dismayed to find the .yml exports I had done only contained the mappings between each entity. Like the following:
Products:
type: entity
fields:
id:
id: true
type: integer
generator:
strategy: AUTO
oneToMany:
productsRecipes:
targetEntity: Products2Recipes
mappedBy: products
suppliersProducts:
targetEntity: Suppliers2Products
mappedBy: products
productsDishes:
targetEntity: Products2Dishes
mappedBy: products
My design had 20 seperate columns in that entity..
I was hoping there would be a way of importing .skipper files to Mysql Workbench but all I can find is ways of doing it the other way round.