index('user_id'); $table->index('profile_id'); $table->index('object_id'); $table->index('object_type'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }