addType('remoteServer', Types::STRING); $this->addType('numAttempts', Types::INTEGER); $this->addType('nextRetry', Types::DATETIME); $this->addType('notificationType', Types::STRING); $this->addType('resourceType', Types::STRING); $this->addType('providerId', Types::STRING); $this->addType('notification', Types::TEXT); } }