bigIncrements('id'); $table->bigInteger('profile_id')->unsigned()->nullable(); $table->string('reaction')->index(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('story_reactions'); } }