Hi :)
It seems that they are different when an user's profile is updated.
For instance for one of my users :
current_sign_in_at equals updated_at
And last_sign_in_at equals (almost) created_at (cause that was my only
first sign_in).
Maybe last_sign_in_at equals current_sign_in_at as long as the
database records of the user are not changed.