increments('ps_id'); $table->integer('promotion_id'); $table->integer('station_id'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('promotion_stations'); } }