public function testNull()
{
$userType = Type::userType("a", Type::int());
$userType = $userType->withName(self::userTypeString($userType));
$this->createUserType($userType);
$this->createTableInsertAndVerifyValueByIndex($userType, null);
$this->createTableInsertAndVerifyValueByName($userType, null);
}