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 41cf3d6 commit be0d281Copy full SHA for be0d281
1 file changed
src/Pgsql/PgsqlDriver.php
@@ -214,7 +214,7 @@ public function getTableCreate($tables)
214
/**
215
* Retrieves field information about a given table.
216
*
217
- * @param string $table The name of the database table.
+ * @param string $table The name of the database table with or without schema.
218
* @param boolean $typeOnly True to only return field types.
219
220
* @return array An array of fields for the database table.
0 commit comments