You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am using laravel5.5
I have run php artisan make:migration alter_my_table and changed migration code as per documentation then php artisan migrate
i got error
[PDOException]
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ryan.MyCustomProduct' doesn't exist
Thanks
The text was updated successfully, but these errors were encountered:
i am using laravel5.5
I have run
php artisan make:migration alter_my_table
and changed migration code as per documentation thenphp artisan migrate
i got error
[PDOException]
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ryan.MyCustomProduct' doesn't exist
Thanks
The text was updated successfully, but these errors were encountered: