移除 client_token
This commit is contained in:
parent
d4b45ebb98
commit
11feafaf31
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user