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
fix: correct migration script for 'users' table creation
Fixed typo in 'rememberToken' column definition.
Removed incorrect column definitions ('name', 'email', 'email_verified_at', 'password') not needed in this migration.
Simplified migration to only include necessary 'id', 'remember_token', 'timestamps' columns.
0 commit comments