XCMer / larry-four-generator

Larry Laravel Generator For Laravel Four
Other
131 stars 27 forks source link

migrations from database no relationships #18

Closed pindamonhangaba closed 10 years ago

pindamonhangaba commented 10 years ago

When I use the migrations from database all I get are the fields and not the relationships between tables, is that normal?

XCMer commented 10 years ago

By relationships, do you mean foreign key constraints? If so, then they are not currently detected and added by the schema extraction library. Let me know if this answers your question.

pindamonhangaba commented 10 years ago

Yeah, that's what I meant.