jonseg / crud-admin-generator

An open source tool to generate a complete backend from a MySql database.
http://crud-admin-generator.com/
MIT License
1.43k stars 441 forks source link

Can we add foreign key support? #85

Open VidurJain opened 8 years ago

VidurJain commented 8 years ago

Can we add foreign key support too?

adrienlamotte commented 8 years ago

That would be awsome ! :)

akshar100 commented 7 years ago

In many cases we need to reference rows in the same table e.g. id,categoty_name,parent_id

A fk support would be great.