uuid('id')->primary(); $table->bigInteger('user_id'); $table->string('shared_token')->nullable(); $table->text('basename'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('zips'); } }