bigIncrements('id'); $table->unsignedBigInteger('client_id'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('oauth_personal_access_clients'); } };