laravel php artisan 发生迁移错误数据库未创建?

laravel php artisan migrate error occured db not creted?

当我 运行 php artisan 迁移用于在数据库中创建数据库 table 的命令时出现此错误,请告诉我。那如何解决这个错误。

错误很明显。 table 已经存在。要解决这个问题,请登录到您的数据库并删除 table.

DROP TABLE users;