I have 2 tables:
Auth: sessionId | deviceId
Tokens: token | sessionId
(sessionId in tables auth and token are associated)
What I want to have: only one table Auth with colums sessionId, deviceId, token.
I don't know how to move column with its data from second table to first.