Commit ab05f0d7 by Qiang Xue

Fixed the signature of Schema::findUniqueIndexes().

parent 795c7410
......@@ -264,7 +264,7 @@ abstract class Schema extends Object
* @return array all unique indexes for the given table.
* @throws NotSupportedException if this method is called
*/
public function findUniqueIndexes($schema = '')
public function findUniqueIndexes($table)
{
throw new NotSupportedException(get_class($this) . ' does not support getting unique indexes information.');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment