cviebrock / eloquent-taggable

Easily add the ability to tag your Eloquent models in Laravel.
MIT License
559 stars 72 forks source link

remove set collation in column normalized for postgresql #123

Closed 0528Makoto closed 3 years ago

0528Makoto commented 3 years ago

Then migration Migrating: 2021_03_30_111045_create_taggable_table gives an error when using the postgres with Laravel. Running php artisan migrate on a fresh installation gives the following error.

pull request for issue