Skip to content

Commit

Permalink
Update src/Schema/SchemaInterface.php
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Makarov <[email protected]>
  • Loading branch information
evil1 and samdark authored Dec 26, 2024
1 parent 966e214 commit 7a5d737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Schema/SchemaInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ public function getViewNames(string $schema = '', bool $refresh = false): array;
/**
* Determines if a specified table exists in the database.
*
* @param string $tableName The table name to search for
* @param string $tableName The table name to search for.
* @param string $schema The schema of the tables. Defaults to empty string, meaning the current or default schema
* name. If not empty, the table will be searched in the specified schema.
* @param bool $refresh Whether to fetch the latest available table names. If this is false, view names fetched
Expand Down

0 comments on commit 7a5d737

Please sign in to comment.