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 c85ed7b commit ff7c673Copy full SHA for ff7c673
src/Illuminate/Support/Facades/DB.php
@@ -57,6 +57,7 @@
57
* @method static void forgetRecordModificationState()
58
* @method static \Illuminate\Database\Connection useWriteConnectionWhenReading(bool $value = true)
59
* @method static bool isDoctrineAvailable()
60
+ * @method static bool usingNativeSchemaOperations()
61
* @method static \Doctrine\DBAL\Schema\Column getDoctrineColumn(string $table, string $column)
62
* @method static \Doctrine\DBAL\Schema\AbstractSchemaManager getDoctrineSchemaManager()
63
* @method static \Doctrine\DBAL\Connection getDoctrineConnection()
0 commit comments