Hi!
I have a problem when I try to use scaffolding in one of my tables: it doesn’t appear any field to edit, and none of them has default value, so I have an error when I try to insert.
The table is this:
group_id INTEGER NOT NULL
user_id INTEGER NOT NULL
and both fields are in the primary key (I imagine that that’s the reason they don’t appear).
Is this a bug or a feature???
Thank you.
