add non-trivial FK dropdowns
Status: Beta
Brought to you by:
stuckym44
right now, if a table exists named Person, and a column exists named Person_id, iskra will assume that Person_id is a FK to Person.id. Make an allowance, probably in web.xml, for foreign keys to be specified that don't follow this convention. For example, allow a link from Class.Instructor_id to Person.id.