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

_checkMEMORY() protected method

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