N98\Magento\Command\Database\Maintain\CheckTablesCommand::_checkInnoDB PHP Method

_checkInnoDB() protected method

protected _checkInnoDB ( string $tableName ) : array
$tableName string
return array
    protected function _checkInnoDB($tableName)
    {
        return $this->_queryAlterTable($tableName, 'InnoDB');
    }