3 lines
85 B
SQL
3 lines
85 B
SQL
UPDATE token
|
|
SET last_updated = NOW(), auth_token = ?, refresh_token = ?
|
|
WHERE id = ? |