rtconner / laravel-tagging

Tag support for Laravel Eloquent models - Taggable Trait
MIT License
882 stars 168 forks source link

Changing length of the name and slug columns to 125 #143

Closed imanghafoori1 closed 7 years ago

imanghafoori1 commented 7 years ago

Should a tag name or slug be longer that a tweet ? 140 char ? I think no one uses more than two words for a tag name in general.

The below string is 125 chars long :

qazxswedcvfrtgbnhyujmkiolqazxswedcvfrtgbnhyujmkiolqazxswedcvfrtgbnhyujmkiolqazxswedcvfrtgbnhyujmkiolqazxswedcvfrtgbnhyujmkiol

it is still much more than really needed... https://stackoverflow.com/a/1962329/2430941

rtconner commented 7 years ago

I'm fine with this change. Thanks.