--generate to use Select Field instead of Text Input for foreign key?
Anyway to make --generate command to use select column with relationship instead of text input where we need to fill in id for foreign keys column
2 Replies
If I remember correctly, I think you need the relationship defined on the model - the foreign key column in the database isn’t enough.
It's already defined still the same