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