mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 22:32:40 +08:00
Fixed the signature of Schema::findUniqueIndexes().
This commit is contained in:
@ -264,7 +264,7 @@ abstract class Schema extends Object
|
|||||||
* @return array all unique indexes for the given table.
|
* @return array all unique indexes for the given table.
|
||||||
* @throws NotSupportedException if this method is called
|
* @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.');
|
throw new NotSupportedException(get_class($this) . ' does not support getting unique indexes information.');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user