移除 client_token

This commit is contained in:
iVampireSP.com 2023-03-16 21:36:38 +08:00
parent d4b45ebb98
commit 11feafaf31
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -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();