Laravel 5.5 Error Base table or view already exists: 1050 Table 'users' already exists

前端 未结 15 1301
温柔的废话
温柔的废话 2020-11-30 10:22

Specifications:

  • Laravel Version: 5.5.3
  • PHP Version: 7.1
  • Database Driver & Version: MariaDB 10.1.26

15条回答
  •  一整个雨季
    2020-11-30 10:57

    just delete those columns first from database. and run composer update . and then finally run php artisan migrate it would solve your problem. the simplest solution for your problem.

提交回复
热议问题