cviebrock/eloquent-taggable

Why is the tags table's auto incrementing id name tag_id

joelmellon opened this issue · 1 comments

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.

Closing old issues.