increments('id'); $table->char('token', 36)->unique(); $table->char('server', 36); $table->text('path'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down() { Schema::dropIfExists('downloads'); } }