id(); $table->string('title'); $table->string('description'); $table->string('timeline_year_id'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }