|
|
@ -319,7 +319,7 @@ class Command extends \yii\db\Command |
|
|
|
/** |
|
|
|
/** |
|
|
|
* @inheritdoc |
|
|
|
* @inheritdoc |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public function checkIntegrity($check = true, $schema = '') |
|
|
|
public function checkIntegrity($check = true, $schema = '', $table = '') |
|
|
|
{ |
|
|
|
{ |
|
|
|
throw new NotSupportedException('"' . __METHOD__ . '" is not supported.'); |
|
|
|
throw new NotSupportedException('"' . __METHOD__ . '" is not supported.'); |
|
|
|
} |
|
|
|
} |
|
|
|