Zizaco / entrust

Role-based Permissions for Laravel 5
MIT License
6.05k stars 1.29k forks source link

fix migration ,change the migration #d1a0d96 #912

Open oldFuryBird opened 6 years ago

oldFuryBird commented 6 years ago

Remove the transaction sentence, because it's a wrong usage and it dose not work in mysql DDL action,it may cause an implicit commit. See detail info in mysql-de-refman Change drop() to dropIfExists() function to avoid none tables exceptions

Closes #678

tkovs commented 6 years ago

Nice done.