PS C:\ Win10 \ tests \ spark-installer> cd。\ sparkprojectname \ PS C:\ Win10 \ tests \ spark-installer \ sparkprojectname> php artisan migrate
[照亮\数据库\ QueryException]
SQLSTATE [42S01]:基表或视图已存在:1050表'公告'alrea
dy存在(SQL:create table announcements
(id
varchar(255)not null,user_id
int not null,body
text not null,action_text
varchar(255)null,action_url
te
xt null,created_at
timestamp null,updated_at
timestamp null)默认字符
设置utf8mb4 collate utf8mb4_unicode_ci)
[PDOException] SQLSTATE [42S01]:基表或视图已存在: 1050表'公告'已经存在
答案 0 :(得分:0)
表announcements
已存在于数据库中。因此,当您运行migrate命令时,它会触发错误。如果需要迁移,则从数据库中删除该表。