increments('id'); $table->string('token', 36)->unique(); $table->string('server', 36); $table->text('path'); $table->timestamps(); }); } };