N98\Magento\Command\Database\StatusCommand::allowRounding PHP Method

allowRounding() protected method

protected allowRounding ( string $name ) : boolean
$name string
return boolean
    protected function allowRounding($name)
    {
        $isSize = false !== strpos($name, '_size');
        return $isSize;
    }