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