We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e478d commit 24fde3bCopy full SHA for 24fde3b
src/Illuminate/Support/Facades/Schema.php
@@ -31,6 +31,7 @@
31
* @method static void drop(string $table)
32
* @method static void dropIfExists(string $table)
33
* @method static void dropColumns(string $table, string|array $columns)
34
+ * @method static void dropColumnsIfExists(string $table, string|array $columns)
35
* @method static void dropAllTables()
36
* @method static void dropAllViews()
37
* @method static void dropAllTypes()
0 commit comments