increments('id'); $table->integer('subscriber_id')->unsigned()->index(); $table->integer('component_id')->unsigned()->index(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('subscriptions'); } }