public function selectCompatible($datatype) {
        if ($datatype === NumberDataTypeHandler::DATA_TYPE) {
            return $datatype;
        }

        return parent::selectCompatible($datatype);
    }