addType('userId', Types::STRING); $this->addType('token', Types::STRING); $this->addType('status', Types::INTEGER); $this->addType('timestamp', Types::INTEGER); } }