From 7f11f9a2da08a22f1c88f8bf1940fcb83e33193f Mon Sep 17 00:00:00 2001 From: Takayasu Oyama Date: Fri, 9 May 2025 13:09:50 +0900 Subject: [PATCH] feat: deprecate unused SchemaBuilder methods --- src/Schema/Builder.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Schema/Builder.php b/src/Schema/Builder.php index 292a239..e16a0fd 100644 --- a/src/Schema/Builder.php +++ b/src/Schema/Builder.php @@ -54,6 +54,8 @@ public function getTables() } /** + * @deprecated Use Blueprint::dropIndex() instead. Will be removed in v10.0. + * * @param string $table * @param string $name * @return void @@ -66,6 +68,8 @@ public function dropIndex($table, $name) } /** + * @deprecated Use Blueprint::dropIndex() instead. Will be removed in v10.0. + * * @param string $table * @param string $name * @return void