user-lib/sql/schema/token/insert.sql

3 lines
124 B
MySQL
Raw Permalink Normal View History

2023-09-20 20:23:29 +00:00
INSERT INTO token
(id, user_id, time_created, last_updated, auth_token, refresh_token)
values (NULL, ?, NOW(), NOW(), ?, ?)