BioDesignRealWorld / LaravelDatabaseDesigner

Graphical Drag and Drop interface database designer authored by Budi Prakosa
http://biodesignrealworld.github.io/LaravelDatabaseDesigner/
520 stars 113 forks source link

Relationships are not generating #3

Open SuperlativeEntity opened 10 years ago

SuperlativeEntity commented 10 years ago

relation

Relational code not generating

php artisan generate:migration create_clients_table --fields="reference:string:length('30'):unique,client_type_id:integer:unsigned:index,"

php artisan generate:migration create_client_types_table --fields="description:string,"

hhsadiq commented 9 years ago

Yes the relationships are not being generated....This tool will be useless without this feature.

bilogic commented 2 years ago

where does generate:migration comes from?