addType('accepted', Types::BOOLEAN); $this->addType('acceptedAt', Types::BIGINT); $this->addType('createdAt', Types::BIGINT); $this->addType('expiredAt', Types::BIGINT); $this->addType('recipientEmail', Types::STRING); $this->addType('recipientName', Types::STRING); $this->addType('recipientProvider', Types::STRING); $this->addType('recipientUserId', Types::STRING); $this->addType('token', Types::STRING); $this->addType('userId', Types::STRING); } }