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