[Illuminate\Database\QueryException]
SQLSTATE[HY000]: General error: 1 duplicate column name: created_at (SQL: create table "articles" ("id" integer not null p
rimary key autoincrement, "title" varchar not null, "body" text not null, "created_at" datetime not null, "updated_at" dat
etime not null, "created_at" datetime not null, "updated_at" datetime not null))
[PDOException]
SQLSTATE[HY000]: General error: 1 duplicate column name: created_at
Apologies, I mean the actual code for the migration. You can find it in your database/migrations folder in the project. It will start with something like