Rename token fields in DB for User model
Closed this issue · 0 comments
zc-devs commented
Clear and concise description of the problem
Token fields was renamed in User model, but not in the database.
Suggested solution
Rename in the database also: access_token
, refresh_token
.
Alternative
No response