addType('id', 'int'); $this->addType('tokenId', 'int'); $this->addType('clientId', 'int'); $this->addType('hashedCode', 'string'); $this->addType('encryptedToken', 'string'); $this->addType('codeCreatedAt', 'int'); $this->addType('tokenCount', 'int'); } }