id(); $table->string('title'); $table->string('answer'); $table->bigInteger('look_num'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('helps'); } }