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