while i run php artisan:fresh. it rollback all the table in my database and the i run php artisan migrate it will show the error: SQLSTATE[HY000]: General error: 1005 Can't create table online
.appointps
(errno: 150 "Foreign key constraint is incorrectly formed") (SQL: alter table appointps
add constraint appointps_user_id_foreign
foreign key (user_id
) references users
(id
) on delete cascade)
CodePudding user response: