Given a Brownian motion $(W_t)_{t\geq 0},$ it is well-known that $W_t^3$ is not a Brownian motion as its SDE $$d(W_t^3) = 3W_t^2 dW_t + 3W_t dt$$ contains a nonzero drift term. To make it to be a martingale, one can consider $$W_t^3 - 3\int_0^t W_s ds.$$ On the other hand, this post shows that $W_t^3 - 3tW_t$ is a martingale.
Question: Is it true that $$\int_0^t W_s ds = tW_t?$$
I have a feeling that they are no equal as LHS is deterministic whereas RHS is random.