jasonhinkle / phreeze

Phreeze Framework for PHP
http://phreeze.com/
GNU Lesser General Public License v2.1
377 stars 207 forks source link

Foreign key issue #288

Open reiniertc opened 3 years ago

reiniertc commented 3 years ago

I have a database with a foreign key relationship like this:

Parent table :

Child table:

The releationship between town and town_id works fine if I edit the data in the database via phpMyAdmin. In the example video of Phreeze, I see a dropdown with text (in my case: town_name) for selecting a foreignkey in the child (in my case: town_id). But when I generate the application, when adding a new record in the child table, All I can select is the town_id in the child table - town field.