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