Suppose we have the solution to the ordinary Vasicek model:
$$r_t = r_0 e^{-a t} + b(1 - e^{-a t}) + \sigma \int^{t}_0 e^{-a (t-s) } dW_s$$
How do I use the Ito's lemma to recover the SDE
$$dr_t = a(b - r_t)dt + \sigma dW_t$$
Thank you for your help.