diff --git a/database/migrations/2023_03_15_003244_create_tunnels_table.php b/database/migrations/2023_03_15_003244_create_tunnels_table.php index 96704f9..2d4e07c 100644 --- a/database/migrations/2023_03_15_003244_create_tunnels_table.php +++ b/database/migrations/2023_03_15_003244_create_tunnels_table.php @@ -24,8 +24,6 @@ public function up(): void $table->unsignedSmallInteger('remote_port')->index()->nullable(); - $table->string('client_token')->index()->unique(); - $table->string('sk')->index()->nullable(); $table->unsignedBigInteger('user_id')->index();