我正在运行homestead的exiting项目。当运行php artisan migrate时,会出现错误。 这是完整的错误。 在Connection.php第664行中: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'forum.chanel' doesn't exist (SQL: select * from `chanel`)
SQLSTATE[42S02]: Base table or view not found
当我想使用不同的迁移创建第二个"timelog“时,我使用migration.But创建了表"users”,它给出了错误消息'table not found‘。然后我也删除了所有的迁移表和数据库表。我再次尝试使用migration.But创建表"users“,结果在终端中给出了错误信息。错误消息如下:SQLSTATE42S02:找不到基表或<
我只是作为一个在线课程开始学习laravel,并在讲师的指导下一步一步地执行所有的指令,但当我尝试进行迁移时,我得到了一个错误,并且没有迁移到数据库。怎么了?SQLSTATE42S01:基表或视图已存在: 1050表'users‘已存在(SQL: create table users (id int unsigned not null auto_incrementnull) default character utf8mb4 collate utf8mb4_u