Generated CRUD with dropdowns

After inferring the db schema and generating the entities and CRUD pages, it would be really cool if lookup columns could default to being a dropdown rather than a text field.
At the moment I add new dropdowns and manually change all the properties etc.
Then remove the textbox (or toggle visibility).

They are by default dropdowns as long as you have a foreign key constraint in your database which demonstrates the relationship between the tables.

Well, that makes perfect sense lol.
Back to double check.
Thanks again for the speedy response.