increments('id'); $table->string('firebase_id'); $table->longText('stall_coordinates'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('parking_lots'); } }