inveniosoftware-contrib/invenio-groups

models: id_user -> user_id

Closed this issue · 2 comments

As this would imply changing other names too I did some other searchs:

This goes in the direction of what Google says (and everybody knows Google is always right ;) ):

Thus I would say, go with less refactoring, which means less bugs.

For historical reference: in Invenio 1 id_foo was a foreign key to foo.id, whilefoo_id was instead a simple way to have an id that was not necessarily an auto-increment primary key.