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
Below is the error on db:seed ArticlesTableSeeder error
Database\Seeders\ArticlesTableSeeder ...................................................................... RUNNING
Illuminate\Database\UniqueConstraintViolationException
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'How to reset your password' for key 'articles.articles_title_unique' (Connection: mysql, SQL: insert into `articles` (`user_id`, `title`, `content`, `article_id`, `updated_at`, `created_at`) values (9e4dca2c-7fc1-429d-80cb-40bc2f3be592, How to reset your password, To reset your password, follow these steps..., ef78aa28-db94-41e0-b4cf-b8bb4d4fe027, 2025-02-26 13:07:52, 2025-02-26 13:07:52))
Screenshots
The text was updated successfully, but these errors were encountered:
Description:
Below is the error on db:seed ArticlesTableSeeder error
Screenshots

The text was updated successfully, but these errors were encountered: