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 fae1a8f commit b9e74beCopy full SHA for b9e74be
src/Facades/Schema.php
@@ -12,6 +12,7 @@
12
* Table handling:
13
*
14
* @method static Builder create($collection, Closure $callback, $options = [])
15
+ * @method static Builder getTable(string $table)
16
* @method static Builder getTables()
17
* @method static Builder drop(string $collection)
18
* @method static Builder dropIfExists(string $collection)
0 commit comments