Why is the tags table's auto incrementing id name tag_id
joelmellon opened this issue · 1 comments
joelmellon commented
The standard, best practice in the Laravel world is to name the primary, auto incrementing column id
. Any reason to break convention?
I noticed this creating a foreign key constraint from taggables.tag_id
-> tags.tag_id
which also should be implemented in the migration.
cviebrock commented
Closing old issues.