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.
$withColumn
Quoter::getTableNamesParts()
1 parent 735b456 commit b92cf1dCopy full SHA for b92cf1d
1 file changed
src/Schema/QuoterInterface.php
@@ -30,7 +30,7 @@ public function cleanUpTableNames(array $tableNames): array;
30
* Splits full table name into parts.
31
*
32
* @param string $name The full name of the table.
33
- * @param bool $withColumn For cases when full name has as last prat name of column.
+ * @param bool $withColumn Deprecated. Will be removed in version 2.0.0.
34
35
* @return string[] The table name parts.
36
*/
0 commit comments