bigIncrements('id'); $table->bigInteger('status_id')->unsigned(); $table->bigInteger('profile_id')->unsigned(); $table->boolean('local')->default(true); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('mentions'); } }