We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
5fb1658
Adds new model generator.
How to use spring model -n "User" -p "name:String age:Int"
with relationships
spring model -n "User" -p "name:String Foo:references(relation:hasMany, foo:String)"