Level 2
Can you paste your migration snippet?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have 2 tables in my migration which are users and password_reset. Once I run the command php artisan migrate it only migrates the users table and appeared in the mysql database but the password_reset is not there and also it was not processed by the php artisan migration.
Please or to participate in this conversation.