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
{{ message }}
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
when i use php artisan migrate, it will be error Can't create table "family",Foreign key constraint is incorrectly formed Can .But I fix. In migration directory found create_activities file, change $table->integer('user_id')->unsigned()->index();
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when i use
php artisan migrate
, it will be errorCan't create table "family",Foreign key constraint is incorrectly formed Can
.But I fix. Inmigration
directory foundcreate_activities
file, change$table->integer('user_id')->unsigned()->index();
The text was updated successfully, but these errors were encountered: