getUniqueIndexInformation() protected method
Gets information about given table unique indexes.
protected array getUniqueIndexInformation ( $table ) | ||
---|---|---|
$table | yii\db\TableSchema |
The table metadata |
return | array |
With index and column names |
getUniqueIndexInformation() protected method
Gets information about given table unique indexes.
protected array getUniqueIndexInformation ( $table ) | ||
---|---|---|
$table | yii\db\TableSchema |
The table metadata |
return | array |
With index and column names |
Please login to continue.