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.
whenTableHasColumn
whenTableNotHasColumn
1 parent fc75acc commit 2cc6d1bCopy full SHA for 2cc6d1b
src/Illuminate/Support/Facades/Schema.php
@@ -15,6 +15,8 @@
15
* @method static bool hasColumn(string $table, string $column)
16
* @method static bool hasColumns(string $table, array $columns)
17
* @method static bool dropColumns(string $table, array $columns)
18
+ * @method static void whenTableHasColumn(string $table, string $column, \Closure $callback)
19
+ * @method static void whenTableNotHasColumn(string $table, string $column, \Closure $callback)
20
* @method static bool hasTable(string $table)
21
* @method static void defaultStringLength(int $length)
22
* @method static array getColumnListing(string $table)
0 commit comments